1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
# Priority files for this project # Core application files src/index.js src/utils.py # Configuration package.json .env.example # Important docs README.md docs/API.md # Main test files tests/test_api.js tests/test_utils.py