Compare commits

..

2 commits

Author SHA1 Message Date
6c4984c092
Add .gitignore 2024-11-11 23:34:34 -05:00
4510216590
Change todo.txt -> todo.md 2024-11-11 14:13:37 -05:00
2 changed files with 10 additions and 0 deletions

10
.gitignore vendored Normal file
View file

@ -0,0 +1,10 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv

View file