# Environment variables
.env
.env.local
.env.bak*

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

# uv
uv.lock
.uv-cache/

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

# Local Claude settings
.claude/

# Testing
.pytest_cache/
.coverage
htmlcov/
test-results/

# Connections
connections.yaml
connections.yaml.bak*
connections.yaml.bak.*

# Logs
*.log

# OS
.DS_Store
