mirror of
https://github.com/farcasclaudiu/learn-build-apps-copilot-agent.git
synced 2026-06-28 17:01:41 +03:00
Initial commit
This commit is contained in:
+33
@@ -0,0 +1,33 @@
|
||||
.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__/
|
||||
Reference in New Issue
Block a user