# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

__pycache__/
*.pyc
*.pyo
*.pyd

# Distribution / packaging
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
ENV/

# IDE
.vscode/
.idea/

# Environment variables
.env

# OS generated files
.DS_Store
Thumbs.db

# Your specific files (add as needed)
# logs/
# temp/

# coverage
.coverage

# MCP config
.mcp.json

