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

# Environment
.env
.env.local

# Tokens
.freelance-mcp/

# IDE
.vscode/
.idea/
*.swp
