1
0
Fork 0
EnglishPal/.gitignore

15 lines
329 B
Plaintext
Raw Normal View History

.idea/
2021-04-06 16:22:03 +08:00
venv/
app/__init__.py
app/__pycache__/
2023-08-10 15:22:30 +08:00
app/.DS_Store
2021-04-06 16:22:03 +08:00
app/sqlite_commands.py
app/static/usr/*.jpg
app/static/img/
app/static/frequency/frequency_*.pickle
app/static/frequency/frequency.p
app/wordfreqapp.db
2023-08-10 15:22:30 +08:00
app/db/wordfreqapp.db
2021-04-06 16:22:03 +08:00
app/static/donate-the-author.jpg
app/static/donate-the-author-hidden.jpg
2023-03-23 16:21:02 +08:00
app/model/__pycache__/