# macOS
.DS_Store

# Python (for the forthcoming CLI)
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
dist/

# Editor / IDE
.vscode/
.idea/
*.swp

# Environment
.env
.env.local
