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

# Virtual environments
.venv/
venv/

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

# OS
.DS_Store
Thumbs.db

# Environment / Secrets
.env
*.pem
*.key
db_config.yaml

# Test
.pytest_cache/
htmlcov/
.coverage

# Build artifacts
*.whl
db_config.yaml.bak
