first commit

This commit is contained in:
Tanmay Karande
2026-02-13 23:56:09 -05:00
commit ec8bd80a3d
27 changed files with 6725 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# Environment & secrets
.env
*.env.local
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
inspiration/
# Virtual environments
.venv
# OS
.DS_Store
# Logs
*.log