Exclude data directory and virtual environment from git
This commit is contained in:
parent
632c9278a5
commit
90ed01c8a1
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
data/
|
||||||
|
venv/
|
||||||
|
__pycache__/
|
||||||
|
.env
|
||||||
|
*.pyc
|
||||||
|
.DS_Store
|
||||||
Loading…
Add table
Add a link
Reference in a new issue