EnglishPal/.gitignore

32 lines
527 B
Plaintext

.idea/
.vscode/
venv/
.venv/
env/
.env/
ENV/
virtualenv/
.pyenv/
__pycache__/
*.py[cod]
app/__init__.py
app/__pycache__/
.DS_Store
Thumbs.db
app/.DS_Store
app/sqlite_commands.py
app/static/usr/*.jpg
app/static/img/
app/static/frequency/frequency_*.pickle
app/static/frequency/frequency.p
app/wordfreqapp.db
app/db/wordfreqapp.db
app/static/donate-the-author.jpg
app/static/donate-the-author-hidden.jpg
app/model/__pycache__/
app/test/__pycache__/
app/test/.pytest_cache/
app/test/pytest_report.html
app/test/assets
app/log.txt