summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore43
1 files changed, 3 insertions, 40 deletions
diff --git a/.gitignore b/.gitignore
index a81c8ee..f08d8af 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,28 +3,13 @@ __pycache__/
*.py[cod]
*$py.class
-# C extensions
-*.so
-
# Distribution / packaging
.Python
-build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-share/python-wheels/
*.egg-info/
-.installed.cfg
*.egg
-MANIFEST
+
+# Vim
+*.swp
# PyInstaller
# Usually these files are written by a python script from a template
@@ -49,7 +34,6 @@ coverage.xml
*.py,cover
.hypothesis/
.pytest_cache/
-cover/
# Translations
*.mo
@@ -73,7 +57,6 @@ docs/_build/
# PyBuilder
.pybuilder/
-target/
# Jupyter Notebook
.ipynb_checkpoints
@@ -104,15 +87,6 @@ celerybeat.pid
# SageMath parsed files
*.sage.py
-# Environments
-.env
-.venv
-env/
-venv/
-ENV/
-env.bak/
-venv.bak/
-
# Spyder project settings
.spyderproject
.spyproject
@@ -120,19 +94,8 @@ venv.bak/
# Rope project settings
.ropeproject
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/
-.dmypy.json
-dmypy.json
-
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
-
-# Cython debug symbols
-cython_debug/