17 lines
158 B
Plaintext
17 lines
158 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Runtime image cache
|
|
cache/
|
|
|
|
# App logs
|
|
logs/
|
|
.app.out.log
|
|
.app.err.log
|
|
|
|
# Frontend
|
|
frontend/node_modules/
|
|
frontend/dist/
|