implementing gitignore and correcting bad commits
This commit is contained in:
+12
@@ -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/
|
||||
Reference in New Issue
Block a user