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

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
wheels/
MANIFEST

# Virtual environments
.venv/
venv/
env/
.python-version.local

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
.nox/

# Type checking / linting caches
.mypy_cache/
.ruff_cache/
.dmypy.json

# Editors and IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS artifacts
.DS_Store
Thumbs.db

# Local tool state (the manifest and baseline under .adduce/ are meant to be
# committed; the cache and reproduce reports are machine-local)
.adduce/cache/
.adduce/reproduce-report.json

