anonsubmit/.gitignore
2025-04-11 20:30:08 +02:00

58 lines
No EOL
622 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
# Virtual environments
venv/
env/
ENV/
.venv/
.env
# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# Flask instance folder
instance/
# SQLite database files
*.sqlite
*.db
# Log files
*.log
# IDE specific files
.idea/
.vscode/
*.swp
*.swo
# Local development settings
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Redis dump file
dump.rdb