32 lines
249 B
Plaintext
32 lines
249 B
Plaintext
node_modules/
|
|
dist/
|
|
.env
|
|
*.log
|
|
*.pptx
|
|
*.mp4
|
|
*.mov
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Generated / cache
|
|
sessions/
|
|
.cache/
|
|
uploads/
|
|
outputs/
|
|
protected/
|
|
public/downloads/
|
|
|
|
# Large temp
|
|
external/
|
|
temp/
|
|
tmp/
|
|
|
|
# IDE
|
|
.idea/
|
|
|
|
# OCR temp
|
|
.tess_tmp/
|
|
|
|
# Backup files
|
|
*.bak
|