# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
dist/

# Nix
result

# IDE
.idea/
.vscode/

# OS
.DS_Store
