# --- Local-only planning & strategy docs (never commit) ---
technical-doc.md
notes.md
market_guide.md
PROJECT_PLAN.md
LAUNCH_KIT.md

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

# --- Virtual envs / uv ---
.venv/
venv/
env/
.python-version

# --- Test / type / lint caches ---
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
.benchmarks/

# --- Project runtime artifacts ---
*.db
*.db-journal
*.db-wal
*.db-shm
*.sqlite
*.sqlite3
*.key
*.pem
keys/
.memory-blackbox/

# --- Editors / OS / local tooling ---
.idea/
.vscode/
.claude/
*.swp
.DS_Store
