# Python
__pycache__/
*.py[cod]
.env
venv/
.venv/

# Node.js
node_modules/
dist/
.env

# Go
*.exe
*.out
vendor/

# General
.DS_Store
*.log
