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

# OS / editors
.DS_Store
Thumbs.db
.vscode/
.idea/

# Test / build artifacts
*.yaml.bak
htmlcov/
.coverage
.pytest_cache/

# Packaging
dist/
build/
*.whl
*.tar.gz
