21 lines
208 B
Text
21 lines
208 B
Text
.DS_Store
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.env.development
|
|
.env.test
|
|
.env.production
|
|
.env.staging
|
|
.venv
|
|
__pycache__/
|
|
*.pyc
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
node_modules/
|
|
.vite/
|
|
|
|
# Re-voice workspace
|
|
tmp/
|
|
data/
|
|
*.log
|