# Byte-compiled / optimized
__pycache__/
*.py[cod]

# Packaging / builds
build/
dist/
*.egg
*.egg-info/

# Virtual environments
.venv/
venv/
pyvenv.cfg

# Tooling caches
.mypy_cache/
.dmypy.json
.ruff_cache/
.pytest_cache/
.cache/

# Coverage / test reports
.coverage
coverage.xml
htmlcov/

# Environment / secrets
.env

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

# AI tooling
.claude/
