36 lines
348 B
Plaintext
36 lines
348 B
Plaintext
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
.env
|
|
.env.*
|
|
|
|
*.log
|
|
.DS_Store
|
|
Thumbs.db
|
|
~$*
|
|
*.tmp
|
|
node_modules/
|
|
|
|
logs/*
|
|
!logs/.gitkeep
|
|
|
|
outputs/*
|
|
!outputs/.gitkeep
|
|
|
|
exports/*
|
|
!exports/.gitkeep
|
|
|
|
inputs/uploads/*
|
|
!inputs/uploads/.gitkeep
|
|
|
|
archive/*
|
|
!archive/.gitkeep
|
|
!archive/current/
|
|
archive/current/*
|
|
!archive/current/.gitkeep
|
|
|
|
diagnostics/*
|
|
!diagnostics/.gitkeep
|