# Build / generated outputs
build/output/

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

# Virtual environments
.venv/
venv/

# Testing
.pytest_cache/

# Editors
.idea/
.vscode/
*.swp
*.swo
*~
