# python venv backend/bin/ backend/lib* backend/Scripts backend/pyvenv.cfg # python backend/__pycache__ # backend db backend/db.sqlite # dependencies frontend/node_modules frontend/.pnp frontend/.pnp.js # testing frontend/coverage # production frontend/build # misc CRA .env.local .env.development.local .env.test.local .env.production.local npm-debug.log* yarn-debug.log* yarn-error.log*