# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
tambora_mcp/_version.py

# Virtual environments
venv/
.venv/
env/

# Environment / secrets
.env
*.env

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store
