EnglishPal/.gitignore

22 lines
442 B
Plaintext
Raw Permalink Normal View History

.idea/
2021-04-06 16:22:03 +08:00
venv/
app/__init__.py
app/__pycache__/
2024-07-04 10:06:44 +08:00
.DS_Store
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
2024-07-04 10:06:44 +08:00
app/wordfreqapp.db
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
2024-07-04 10:06:44 +08:00
app/model/__pycache__/
app/test/__pycache__/
app/test/.pytest_cache/
app/test/pytest_report.html
app/test/assets
app/log.txt