# GitHub public copies (have their own .git, pushed separately)
python/devops/github/

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

# Build
dist/
build/

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/

# OS
.DS_Store

logs/*