evorepo/.gitignore

25 lines
223 B
Plaintext

*.pyc
*.swp
*.swo
.DS_Store
local_settings.py
archweb.db
archweb.db-*
database.db
tags
collected_static/
testing/
env/
htmlcov
**/**.tar.gz
/.idea*
**/**__pycache__
.mypy_cache/
# rope
.ropeproject/
# coverage
.coverage