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

# Virtual environments
venv/
.venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# IDE
.vscode/
.idea/
*.swp

# Longhand data (local only)
.longhand/
*.db
*.sqlite
chroma/

# Secrets (defensive — no such files should ever exist in this repo)
.env
.env.*
!.env.example
*.key
*.pem
credentials.json
*.token

# OS
.DS_Store
Thumbs.db

# Local working docs (not for the public repo)
outreach/
plans/
