summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore18
1 files changed, 9 insertions, 9 deletions
diff --git a/.gitignore b/.gitignore
index 005f496..093255f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,8 @@
-# Custom ignored
-config.py
+# Created by https://www.toptal.com/developers/gitignore/api/python
+# Edit at https://www.toptal.com/developers/gitignore?templates=python
+
+### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@@ -23,6 +25,7 @@ parts/
sdist/
var/
wheels/
+pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
@@ -52,7 +55,7 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
-cover/
+pytestdebug.log
# Translations
*.mo
@@ -73,9 +76,9 @@ instance/
# Sphinx documentation
docs/_build/
+doc/_build/
# PyBuilder
-.pybuilder/
target/
# Jupyter Notebook
@@ -86,9 +89,7 @@ profile_default/
ipython_config.py
# pyenv
-# For a library or package, you might want to ignore these files since the code is
-# intended to run in multiple environments; otherwise, check them in:
-# .python-version
+.python-version
# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
@@ -137,5 +138,4 @@ dmypy.json
# pytype static type analyzer
.pytype/
-# Cython debug symbols
-cython_debug/
+# End of https://www.toptal.com/developers/gitignore/api/python \ No newline at end of file