This commit is contained in:
Harivansh Rathi 2025-12-14 15:10:51 -05:00
commit 2e800fc2a8
9 changed files with 58 additions and 0 deletions

28
.gitignore vendored Normal file
View file

@ -0,0 +1,28 @@
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
venv/
ENV/
thoughts/
# UV
.uv/
uv.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
problems/
.solved.json
# OS
.DS_Store
Thumbs.db