# Secrets
.env
.env.*
!.env.example

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

# Virtual environments
.venv/
venv/
env/

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
.tox/
.nox/

# Editors / OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
Thumbs.db

# Logs
*.log

# Stale Node leftovers
node_modules/

# Claude Code runtime artifacts (kept in git only if explicitly committed)
.claude/scheduled_tasks.lock
.claude/settings.local.json

# uv lockfile lives in repo, but its temp files don't
uv.lock.*
