37 lines
No EOL
386 B
Text
37 lines
No EOL
386 B
Text
# Environment variables
|
|
.env*
|
|
|
|
# Python cache files
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Instance folder (often contains sensitive data or local config)
|
|
instance/
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Poetry cache
|
|
.poetry/
|
|
|
|
# Test files
|
|
tests/
|
|
|
|
# Documentation
|
|
docs/
|
|
|
|
# Git directory
|
|
.git/
|
|
|
|
# IDE/Editor specific files
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db |