# Exclude from Claude Code discovery (gitignore-style patterns).
# Use with .claude/settings.json deny rules for tool access to secrets.

.env
.env.*
!.env.example
tuskr_projects.local.json

.venv/
venv/
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
dist/
build/
*.egg-info/

.idea/
.vscode/
.DS_Store
Thumbs.db

.claude/settings.local.json
