# Secrets
.env
.env.local
.env.*.local
*.secret
secrets/
credentials.txt
credentials.*.txt

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
env/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

# Node / Next.js
node_modules/
.next/
.vercel/
.turbo/

# CodeGraph (local-only code knowledge graph index)
.codegraph/
out/
*.tsbuildinfo
.npm/
.yarn/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Logs
*.log
logs/

# Local databases
*.db
*.sqlite
*.sqlite3

# Editors
*~
.#*

# Coverage
.coverage
htmlcov/
coverage.xml
*.cover

# Claude Code project state (if any project-local)
.claude/

# Misc
*.bak
*.tmp
