# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/
.virtualenvs/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store

# Logs
logs/
*.log

# Data and databases
data/
*.db
*.sqlite
*.sqlite3

# Environment
.env
.env.local
.env.*.local

# ChromaDB
chroma_data/
**/vector_db/
**/skills_db/

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

# Docker
.docker/

# Temporary files
*.tmp
*.temp
.cache/
.idea

# Local experiments (not part of Helix product)
mcp_registry_system.py
mcp_registry_tool.sh
mcp_system_config.json
MCP_REGISTRY_SYSTEM_REPORT.md

# Helix local runtime
.helix/
.langgraph_api/
.pid