# Environment files
.env
.env.local

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
.venv/
ENV/

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

# Terraform (handled in terraform/zilliz/.gitignore)

# uv
.python-version

# Never commit service account credentials
src/puli_mcp_server/credentials/*.json
