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

# sarcire-mcp: allow dist/ (compiled MCP output tracked in git)
!sarcire-mcp/dist/
.venv/
venv/
*.egg

# Environment
.env
.env.local
*.env

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Doppler (token goes in Railway env vars, never in repo)
.doppler/
.hypothesis/
