Initial commit with .gitignore

This commit is contained in:
2025-07-15 18:40:04 -08:00
commit 3533d3c165
+11
View File
@@ -0,0 +1,11 @@
# Virtual environment
venv/
# Python cache files
__pycache__/
*.py[cod]
# Other common ignores
*.log
.env
.history/