### OS / editor
.DS_Store

### Python bytecode
__pycache__/
*.py[codz]
*$py.class

### Packaging / build artifacts
build/
dist/
site/
*.egg-info/
*.egg
.Python

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

### Tests / coverage
.hypothesis/
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
cover/
junit.xml

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

### Local env / secrets
.env
.envrc
.pypirc

### Local dnsight YAML (see local/dnsight-configs/README.md)
local/
!local/dnsight-configs/README.md

### Cursor
.cursorignore
.cursorindexingignore


### Archive
archive/

### Plan
.plan/