# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Git worktrees
.worktrees/

# Environment variables
.env
.env.local
.env.*.local

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

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# Pre-commit
.pre-commit/

# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env.local

# Backend build
backend/__pycache__/
backend/*.egg-info/

# OS
.DS_Store
Thumbs.db
.claude/

# Secrets
# .secrets.baseline is intentionally tracked — it defines the known-secrets baseline for detect-secrets CI


# Tmp
tmp/
.detent/

# Test / build caches
.mypy_cache/
.ruff_cache/

# Docker
.env

# DOCX
*.docx

# Plans
docs/plans/
