diff options
Diffstat (limited to 'gitignore_global')
-rw-r--r-- | gitignore_global | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/gitignore_global b/gitignore_global new file mode 100644 index 0000000..461b29f --- /dev/null +++ b/gitignore_global @@ -0,0 +1,56 @@ +# Byte-compiled / optimized / DLL files +__pycache__/ +*.py[cod] + +# C extensions +*.so + +# Distribution / packaging +.Python +.idea/ +venv/ +.venv/ +#bin/ +build/ +develop-eggs/ +eggs/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# Installer logs +pip-log.txt +pip-delete-this-directory.txt + +# Unit test / coverage reports +.tox/ +.coverage +.cache +nosetests.xml +coverage.xml + +# Translations +*.mo + +# Mr Developer +.mr.developer.cfg +.project +.pydevproject + +# Rope +.ropeproject + +# Django stuff: +*.log +*.pot + +# Sphinx documentation +docs/_build/ +.pdb-pyhist +.mypy_cache/ +.venv +*.un~ |