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

# Virtual environment (uv)
.venv/

# Distribution / packaging
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Textual devtools
.textual/

# OS
.DS_Store
Thumbs.db

# Editor
.vscode/
.idea/
*.swp
*.swo
.claude/archive/

# Secrets — never commit; see .env.example
.env
