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

# Virtual environments
.venv/
venv/

# Testing / coverage
.coverage
htmlcov/
.pytest_cache/

# Local orchestration checkpoints
.ticket-run*/
.outer-run*/

# IDE
.vscode/
.idea/

# OS
Thumbs.db
Desktop.ini
.DS_Store
