# Environment variables (NEVER commit!)
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
ENV/
.pytest_cache/
.coverage
htmlcov/

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

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Logs
*.log

# Docker
.docker/

# MCP
.mcp/
