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

# Virtual environments
venv/
.venv/

# Testing
.pytest_cache/

# IDEs
.idea/
.vscode/

# OS
.DS_Store

# Project
.scratch/