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

# Virtual environments
.venv/
.uv/
venv/
ENV/

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

# Type checking & Linting
.mypy_cache/
.ruff_cache/

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

# Environment
.env
.envrc

# Documentation
site/

# OS
.DS_Store
Thumbs.db
