implementing gitignore and correcting bad commits

This commit is contained in:
Bryan Van Deusen
2025-07-29 00:44:07 -04:00
parent 831ddcf626
commit 48aa60b9ea
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
# Ignore imported and generated image folders
images/
import/
# Optional: Ignore SQLite DB, Python cache, virtual env, etc.
*.db
__pycache__/
*.pyc
*.pyo
*.pyd
env/
venv/