# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.whl
.installed.cfg
MANIFEST

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

# Testing
.pytest_cache/
.hypothesis/
.coverage
coverage.xml
htmlcov/
*.coveragerc
junit.xml

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# snapfix runtime output (do NOT ignore tests/fixtures — those are committed)
.snapfix_index.json
snapfix.yaml.bak

# hatch
.hatch/
