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

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

# Virtual environments
.venv/
venv/
env/

# Testing / tooling caches
.mypy_cache/
.pytest_cache/
.tox/
.coverage
htmlcov/

# Editors
.idea/
.vscode/

# OS
.DS_Store

# NOTE: .readcode.json is intentionally NOT ignored — it's the audit
# trail itself and is meant to be visible and committed.
