# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/

# Environment
.env
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp

# Reports
reports/
*.html
!app.py

# OS
.DS_Store
Thumbs.db
_tracking.json
