Initial commit

This commit is contained in:
2026-06-20 04:28:24 +03:00
committed by GitHub
commit 07f02e0958
29 changed files with 1700 additions and 0 deletions
+33
View File
@@ -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__/