# Environment variables and secrets
.env
.env.local
*.key
*.pem

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.pytest_cache/
.coverage
htmlcov/

# Logs and data
logs/
*.log

# OS files
.DS_Store
Thumbs.db

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

# Docker volumes (if any)
postgres_data/
