# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
.venv/
venv/
env/
.env
.env.local

# Node / Portal
portal/node_modules/
portal/.next/
portal/build/
portal/dist/

# MCP server
mcp-server/venv/

# Dev tools
.pytest_cache/
.mypy_cache/
.ruff_cache/
coverage/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

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

# Secrets
*.env
.env.*
