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

# Virtual environments
.venv/
venv/
env/

# Environment variables
.env
.env.*
!.env.example

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

# OS
.DS_Store
Thumbs.db

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

# Node
node_modules/
.next/

# Evidence.dev build artifacts
.evidence/
build/

# Logs
*.log

# uv / pip
.uv/
pip-log.txt

# Internal / agent-local
.claude/
.cursor/
.gitnexus/
.internal/
.pretensor/
/skills/

# Agent-only routing files
AGENTS.md
CLAUDE.md
SKILL.md

# pretensor runtime state (generated by `pretensor index`)
.pretensor/

# Secrets
*.pem
*.key
*.p12
*.pfx
credentials.json
service-account*.json
