# Python
__pycache__/
*.pyc
*.pyo
*.pyd
venv/
.venv/

# Node
node_modules/

# Env files
.env
