# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Local dev data
data/
.sessions/

# Rust
target/

# Node
node_modules/

# Environment
.env
.env.local
.env.*.local
.venv
venv/
virtualenv/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db
Desktop.ini

# Project-specific
*.pem
*.key
*.crt
*.age

# Internal documentation (roadmaps, business briefs, competitor analysis — do not push)
/docs/

# OpenCode project config (personal tooling — do not commit)
opencode.json
