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

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

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.cache
coverage.xml
*.cover
.hypothesis/

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Project
*.log
*.tmp
data/raw/
data/private/

# mk
# Auto-generated by setuptools_scm
_version.py
*/_version.py
**/_version.py
# Build caches (defense in depth — some already listed)
.ruff_cache/
# Hypothesis example data
.hypothesis/examples/
.hypothesis/constants/
# Compiled Python
**/__pycache__/
