# Jinja template: universal_mcp_digitalocean/.gitignore
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Environment variables
.env
.env.local


dump/


# SQLite database
*.db
*.sqlite
*.sqlite3
*.db-shm
*.db-wal


# Pyright
.pyright

# Ruff
.ruff_cache

# Pytest
.pytest_cache


# Local config
local_config.json
