moneropro/.gitignore
Kumi dcaf953a04
Some checks are pending
Docker / build (push) Waiting to run
chore: update .gitignore for database journals
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.
2024-11-13 13:37:36 +01:00

7 lines
No EOL
73 B
Text

__pycache__/
venv/
*.sqlite3
*.sqlite3-journal
migrations/
data/
.vscode/