django-weather/.gitignore
2025-04-01 02:03:23 +02:00

52 lines
396 B
Text

__pycache__/
*.py[cod]
*$py.class
venv/
.env/
.venv/
.idea/
*.sqlite3
staticfiles/
media/
*.log
logs/
*.pot
.DS_Store
Thumbs.db
.env
.env.*
**/migrations/__pycache__/
**/migrations/*.pyc
*.pid
*.tar
*.bak
*.swp
htmlcov/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.tox/
.cache/
pytest_cache/
.ipynb_checkpoints
.mypy_cache/
.dmypy.json
.pyre/
.vscode/