845ef67e6a
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
19 lines
144 B
Plaintext
19 lines
144 B
Plaintext
# secrets & data
|
|
.env
|
|
data/
|
|
|
|
# python
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# node / next
|
|
node_modules/
|
|
.next/
|
|
*.tsbuildinfo
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.log
|