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

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST


# Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

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

# Testing
.coverage
.coveragerc
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage.*
bench-results/
bench_synthetic.log
# Per-run integration worker logs emitted by tests/integration/conftest.py
worker_*.log

# Local recovery folder used during multi-commit refactors (never tracked)
.recovery/

# Docs build output
site/
FIXES.md
