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

# Virtual environment
venv/
.venv/
env/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Environment
.env.local
.env.production

# Database
*.db
*.db-journal

# Logs
logs/*.log

# Reports
reports/

# Cache
.cache/
.pytest_cache/
htmlcov/
.coverage

# OS
Thumbs.db
.DS_Store

# Node (if using Vite)
node_modules/
