Files
embycovers/.gitignore
T
2026-06-08 00:01:55 +12:00

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/