Skip to content

Commit b55bf0b

Browse files
committed
🙈 update gitignore
1 parent c43e3ba commit b55bf0b

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

‎.gitignore

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
2-
# Created by https://www.toptal.com/developers/gitignore/api/python
3-
# Edit at https://www.toptal.com/developers/gitignore?templates=python
4-
5-
### Python ###
61
# Byte-compiled / optimized / DLL files
72
__pycache__/
83
*.py[cod]
@@ -25,6 +20,7 @@ parts/
2520
sdist/
2621
var/
2722
wheels/
23+
pip-wheel-metadata/
2824
share/python-wheels/
2925
*.egg-info/
3026
.installed.cfg
@@ -54,7 +50,6 @@ coverage.xml
5450
*.py,cover
5551
.hypothesis/
5652
.pytest_cache/
57-
cover/
5853

5954
# Translations
6055
*.mo
@@ -77,7 +72,6 @@ instance/
7772
docs/_build/
7873

7974
# PyBuilder
80-
.pybuilder/
8175
target/
8276

8377
# Jupyter Notebook
@@ -88,9 +82,7 @@ profile_default/
8882
ipython_config.py
8983

9084
# pyenv
91-
# For a library or package, you might want to ignore these files since the code is
92-
# intended to run in multiple environments; otherwise, check them in:
93-
# .python-version
85+
.python-version
9486

9587
# pipenv
9688
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -135,13 +127,4 @@ dmypy.json
135127

136128
# Pyre type checker
137129
.pyre/
138-
139-
# pytype static type analyzer
140-
.pytype/
141-
142-
# Cython debug symbols
143-
cython_debug/
144-
145-
# End of https://www.toptal.com/developers/gitignore/api/python
146-
147-
.vscode/
130+
.ruff_cache/

0 commit comments

Comments
 (0)