# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.pytest_cache/
.mypy_cache/

# Node
node_modules/
npm-debug.log*
*.tgz

# dotenv-doctor backups (in case it is run inside this repo)
*.bak.*

# Editors / OS
.DS_Store
.idea/
.vscode/
