.gitignore
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
|||||||
|
# Base de datos SQLite local
|
||||||
|
/db/*.db
|
||||||
|
/db/*.db-journal
|
||||||
|
/db/*.db-wal
|
||||||
|
/db/*.db-shm
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
.env
|
||||||
|
|
||||||
|
# Logs
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Docker
|
||||||
|
*.pid
|
||||||
Reference in New Issue
Block a user