Updates .gitignore

Removes obsolete raw and data dirs and adds export one for exporting
.csv files.
Adds database files.
This commit is contained in:
Luís Murta 2021-06-04 23:44:45 +01:00
parent 189ad42b3d
commit b7b7e6041d
Signed by: satprog
GPG Key ID: DDF2EFC6179009DC

15
.gitignore vendored
View File

@ -1,5 +1,13 @@
# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python
# Created by https://www.toptal.com/developers/gitignore/api/python,database
# Edit at https://www.toptal.com/developers/gitignore?templates=python,database
### Database ###
*.accdb
*.db
*.dbf
*.mdb
*.pdb
*.sqlite3
### Python ###
# Byte-compiled / optimized / DLL files
@ -144,6 +152,5 @@ dmypy.json
# End of https://www.toptal.com/developers/gitignore/api/python
### Default user directories
data/
raw/
export/
.pfbudget