mirror of
https://github.com/JezzWTF/vibepod.git
synced 2026-06-01 15:22:14 +00:00
26 lines
299 B
Plaintext
26 lines
299 B
Plaintext
# Python
|
|
server/.venv/
|
|
server/.venv-cpu/
|
|
server/voices/
|
|
server/__pycache__/
|
|
**/__pycache__/
|
|
**/*.pyc
|
|
**/*.pyo
|
|
*.egg-info/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Node (root-level)
|
|
node_modules/
|
|
web/.next/
|
|
web/tsconfig.tsbuildinfo
|
|
web/next-env.d.ts
|
|
web/node_modules/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|