Skip to content

Commit df9da2c

Browse files
committed
#235 Update .gitignore
1 parent e80a4ad commit df9da2c

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.gitignore

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# Created by https://www.toptal.com/developers/gitignore/api/python
2-
# Edit at https://www.toptal.com/developers/gitignore?templates=python
3-
4-
### Python ###
51
# Byte-compiled / optimized / DLL files
62
__pycache__/
73
*.py[cod]
@@ -90,7 +86,7 @@ ipython_config.py
9086
# pyenv
9187
# For a library or package, you might want to ignore these files since the code is
9288
# intended to run in multiple environments; otherwise, check them in:
93-
# .python-version
89+
.python-version
9490

9591
# pipenv
9692
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -163,5 +159,3 @@ cython_debug/
163159
# and can be added to the global gitignore or merged into this file. For a more nuclear
164160
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
165161
#.idea/
166-
167-
# End of https://www.toptal.com/developers/gitignore/api/python

0 commit comments

Comments
 (0)