# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Build / distribution
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

# IDEs
.idea/
*.iml
*.ipr
*.iws
.vscode/
*.swp
*.swo
*~

# Environment / secrets
.env
.env.*
!.env.example

# Compiled views cache
storage/framework/views/

# Logs
storage/logs/
*.log

# OS
.DS_Store
Thumbs.db
admin_plan.md
.claude
/templates