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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

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

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# MkDocs
site/

# Logs
logs/
*.log

# Environment & secrets
.env
.env.*
*.secret

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

# OS
.DS_Store
Thumbs.db
