Kumi
dcaf953a04
Some checks are pending
Docker / build (push) Waiting to run
Add *.sqlite3-journal to .gitignore to prevent SQLite journal files from being tracked by version control. This helps in maintaining a cleaner repository by excluding temporary files generated during database transactions.
7 lines
No EOL
73 B
Text
7 lines
No EOL
73 B
Text
__pycache__/
|
|
venv/
|
|
*.sqlite3
|
|
*.sqlite3-journal
|
|
migrations/
|
|
data/
|
|
.vscode/ |