# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

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

# Test / coverage / cache
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/
.nox/

# Test reports (regenerated locally)
tests/reports/

# Environment files
.env
.env.local

# Editors / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo
*~

# Project-specific
*.log

CLAUDE.md