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

# Env / secrets
.env
*.env

# OS
.DS_Store

# Editor
.idea/
.vscode/
