# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
wheels/

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml

# Campaign artefacts / runtime output
out/
*.ckpt
*.ndjson
*.manifest

# Editors / OS
.idea/
.vscode/
.DS_Store
*.swp

# Defensive: never track any planning/memory material
bulk_http_mem/
*_mem/
source_docs/
spikes/
