# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
venv/

# Build artifacts
*.tar.gz
*.egg-info/
dist/
build/

# Tooling caches
.pytest_cache/
.cache/
.mypy_cache/

# IDE
.vscode/settings.json

# Local secrets
.env
.env.*
!.env.example
*.secret
*.secrets
secrets/
ansible.cfg.local
galaxy-token.txt

# OS
.DS_Store
Thumbs.db
