# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
*.egg
.coverage*
coverage/

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

# OS
.DS_Store
Thumbs.db

# Environment
.env
.env.local

# Docker
docker-compose.override.yml

# Data (user-created content)
data/
*.db
*.sqlite3

# ML Models (downloaded cache)
.huggingface/

# Node.js
node_modules/

# Logs
*.log
site/

# Hermes agent artifacts
.hermes/

# Audit artifacts
OPTIMIZATION_REPORT.md

# AI agent artifacts (local context — never committed)
CLAUDE.md
AGENTS.md
RULES.md
SOUL.md
.cursor/
.cursorrules
.windsurfrules
.opencode/
.aider*
COPILOT_INSTRUCTIONS.md
.claude/

# AI Agent Artifacts (SECRETS)
AGENTS.md
CLAUDE.md
CLAUDE_CODE.md
.cursorrules
.cursor/**
.windsurfrules
CONTEXT.md
MEMORY.md
ai-instructions.md
ai-context.md
.github/copilot-instructions.md
.hermes/
SKILL.md
*.hermes-profile
rfr.yml
