__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.so

.env
.env.local

.venv/
venv/

node_modules/
.next/

*.log
