Add gitignore and remove generated files
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
.git/
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
.venv/
|
||||||
|
venv/
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.pid
|
||||||
|
*.db
|
||||||
|
*.sqlite
|
||||||
|
*.sqlite3
|
||||||
|
*.db-journal
|
||||||
|
*.db-shm
|
||||||
|
*.db-wal
|
||||||
|
info.json
|
||||||
|
lib/__pycache__/
|
||||||
|
bin/**/__pycache__/
|
||||||
Reference in New Issue
Block a user