JulsdL commited on
Commit
74b43bf
·
1 Parent(s): bc8f088

Updated gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +4 -1
.gitignore CHANGED
@@ -6,6 +6,9 @@ __pycache__/
6
  # C extensions
7
  *.so
8
 
 
 
 
9
  # Distribution / packaging
10
  .Python
11
  build/
@@ -85,7 +88,7 @@ ipython_config.py
85
  # pyenv
86
  # For a library or package, you might want to ignore these files since the code is
87
  # intended to run in multiple environments; otherwise, check them in:
88
- # .python-version
89
 
90
  # pipenv
91
  # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
 
6
  # C extensions
7
  *.so
8
 
9
+ # Database
10
+ database/
11
+
12
  # Distribution / packaging
13
  .Python
14
  build/
 
88
  # pyenv
89
  # For a library or package, you might want to ignore these files since the code is
90
  # intended to run in multiple environments; otherwise, check them in:
91
+ .python-version
92
 
93
  # pipenv
94
  # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.