Files
romm/docker/.dockerignore
2025-03-07 18:09:45 -05:00

24 lines
218 B
Plaintext

**/node_modules
node_modules/
**/venv
venv/
**/__pycache__
__pycache__/
**/assets/library
../frontend/assets/library/
**/.env
.env
**/romm_test
romm_test/
**/romm_mock
romm_mock/
**/.pytest_cache
.pytest_cache/