44 lines
429 B
Plaintext
44 lines
429 B
Plaintext
# Byte-compiled / cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# Environment / secrets
|
|
.env
|
|
.env.*
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Testing
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# Flask
|
|
instance/
|
|
.webassets-cache
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Local storage (your module data — probably don't want to commit this)
|
|
storage/
|