# Environment variables
.env

# Connection configuration (contains sensitive server info)
connections.yaml

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
dist/
*.egg-info/

# Virtual environments
.venv/
venv/

# Claude Code
.claude/

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

# Linting
.ruff_cache/
.mypy_cache/

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

# System
.DS_Store

# Logs
*.log
