ignore .csv and .txt files
This commit is contained in:
parent
a1a0048135
commit
9a2662a22c
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -10,6 +10,7 @@ log
|
||||||
tmp
|
tmp
|
||||||
venv
|
venv
|
||||||
venv.coverage
|
venv.coverage
|
||||||
|
*.csv
|
||||||
*.db
|
*.db
|
||||||
*.doctrees
|
*.doctrees
|
||||||
*.env
|
*.env
|
||||||
|
@ -20,6 +21,7 @@ venv.coverage
|
||||||
*.pyd
|
*.pyd
|
||||||
*.pyo
|
*.pyo
|
||||||
*.swp
|
*.swp
|
||||||
|
*.txt
|
||||||
*.egg-info
|
*.egg-info
|
||||||
_build
|
_build
|
||||||
_version.py
|
_version.py
|
||||||
|
|
Loading…
Reference in a new issue