Initial commit

This commit is contained in:
Vipin 2025-09-15 13:02:48 +05:30
commit c694b3a52a
19 changed files with 956 additions and 0 deletions

19
.gitignore vendored Normal file
View file

@ -0,0 +1,19 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Node modules
node_modules/
# Virtual environments
.venv
.history
.env
*.csv
PROJECT_STRUCTURE.md