# secrets & data
.env
data/

# python
.venv/
venv/
__pycache__/
*.pyc

# node / next
node_modules/
.next/
*.tsbuildinfo

# misc
.DS_Store
*.log
