# Secrets
.env
.env.*
!.env.example
ansible/.vault_pass

# Nix / direnv
.direnv/
result

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

# Testing
.coverage
htmlcov/
.pytest_cache/

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

# OS
.DS_Store
Thumbs.db
data/
