Files
tnyr.me/.dockerignore
2025-12-29 01:42:16 +01:00

19 lines
190 B
Plaintext

**/.DS_Store
**/__pycache__/
**/*.pyc
**/*.pyo
**/*.pyd
frontend/node_modules/
frontend/dist/
backend/dist/
backend/urls.db
backend/config.json
.pytest_cache/
.venv/
venv/
node_modules/