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

# Virtual environments
.venv/
venv/
env/

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

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

# OS
.DS_Store
Thumbs.db

# Project data (local runtime artifacts, not under src/)
/repos/
/vectordb/
/sessions/
/logs/
# AI tool configurations
.claude/
.cursor/
.codex/
.opencode/
.gemini/
.aider*
.cody/
.tabnine/
.windsurf/
.devai/
.bolt/
.v0/
.lovable/
.codeium/
CLAUDE.md
GEMINI.md
.cursorrules
.cursorignore
opencode.json
copilot-instructions.md
.github/copilot-instructions.md
.github/hooks/
