# Python
__pycache__/
*.pyc
*.pyo
.python-version

# Build
build/
dist/
*.egg-info/

# Testing
.pytest_cache/

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Project
results/
