# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv

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

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific
.env
.env.*
!.env.example
*.log
cache/
tmp/
.claude/

# Git
.git/
.gitignore
.gitattributes

# Documentation
docs/
*.md
!README.md

# Development files
tests/
pytest.ini
.mypy_cache/
.ruff_cache/

# UV
.venv/
uv.lock