# Working development docs — tracked locally only (live in each server's docs/ folder)
HANDOVER.md
PLAN.md

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/

# Test caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Test samples (large data — not committed)
test_samples/

# Editor / OS
.vscode/
.idea/
.DS_Store
Thumbs.db

# Environment overrides
.env
.env.*

# Snyk Security Extension - AI Rules (auto-generated)
.github/instructions/snyk_rules.instructions.md
