mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-22 05:01:34 +03:00
34 lines
342 B
Plaintext
34 lines
342 B
Plaintext
.DS_Store
|
|
|
|
# Virtual Environment
|
|
venv
|
|
|
|
# octofit tracker app
|
|
# octfit-tracker
|
|
|
|
# React node_modules
|
|
node_modules
|
|
/.pnp
|
|
.pnp.js
|
|
|
|
# testing
|
|
/coverage
|
|
|
|
# production
|
|
/build
|
|
|
|
# misc
|
|
.DS_Store
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Python files
|
|
*.pyc
|
|
__pycache__/
|