# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual envs
.venv/
venv/
env/
ENV/

# uv
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Alembic is version-controlled but local SQLite DBs are not
*.db
*.db-journal
*.db-wal

# Node / Frontend
node_modules/
.pnp
.pnp.js
.yarn/install-state.gz
dist/
web/dist/
web/.vite/
tagnos/web/static/
!tagnos/web/static/.gitkeep

# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# Environment
.env
.env.local
.env.*.local
!.env.example

# Secrets (should NEVER be committed)
*.pem
*.key
!tagnos/llm/prompts/*.md
secret.key
~/.tagnos/

# Playwright
playwright-report/
test-results/
playwright/.cache/

# OS
.DS_Store
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Claude Code / local tools
.claude/*.local.md
