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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

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

# OS
.DS_Store
Thumbs.db

# OMEGA runtime
*.db
*.db-journal
.omega/

# Environment
.env
.env.*
!.env.example
!.env*.example
.mcpregistry*

# Project-local agent instructions (contains internal references)
CLAUDE.md
.claude/

# Installer packages
*.pkg
docs/submissions/
