summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorSebastian Deiss <sebastian.deiss@atos.net>2017-05-23 10:25:12 +0200
committerSebastian Deiss <sebastian.deiss@atos.net>2017-05-23 10:25:12 +0200
commit6dc0dbb6fc0f59b454d6f384f348d4a8634b6d06 (patch)
tree701434c0c52858ab3d982a34f23e9856f31e72f4 /.gitignore
parent620029ce7cd4668655f06b995bd565f7dd70c993 (diff)
Import from our internal VCS
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore121
1 files changed, 23 insertions, 98 deletions
diff --git a/.gitignore b/.gitignore
index 7bbc71c..396e1b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,101 +1,26 @@
-# Byte-compiled / optimized / DLL files
-__pycache__/
-*.py[cod]
-*$py.class
-
-# C extensions
-*.so
-
-# Distribution / packaging
-.Python
-env/
+*.log
+*.pyc
+chown2me
+# eclipse stuff
+.project
+.pydevproject
+.settings/
+# PyCharm stuff
+.idea/
+# backup files from gedit etc.
+*~
+# runtime files
+*.pid
+*.sock
+*.db
+# config files
+*.conf
+# chown2me binary
+bin/chown2me
+# Sphinx output
+docs/build
+# build files
+Peekaboo.egg-info/
build/
-develop-eggs/
dist/
-downloads/
-eggs/
.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
-*.egg-info/
-.installed.cfg
-*.egg
-
-# PyInstaller
-# Usually these files are written by a python script from a template
-# before PyInstaller builds the exe, so as to inject date/other infos into it.
-*.manifest
-*.spec
-
-# Installer logs
-pip-log.txt
-pip-delete-this-directory.txt
-
-# Unit test / coverage reports
-htmlcov/
-.tox/
-.coverage
-.coverage.*
-.cache
-nosetests.xml
-coverage.xml
-*.cover
-.hypothesis/
-
-# Translations
-*.mo
-*.pot
-
-# Django stuff:
-*.log
-local_settings.py
-
-# Flask stuff:
-instance/
-.webassets-cache
-
-# Scrapy stuff:
-.scrapy
-
-# Sphinx documentation
-docs/_build/
-
-# PyBuilder
-target/
-
-# Jupyter Notebook
-.ipynb_checkpoints
-
-# pyenv
-.python-version
-
-# celery beat schedule file
-celerybeat-schedule
-
-# SageMath parsed files
-*.sage.py
-
-# dotenv
-.env
-
-# virtualenv
-.venv
-venv/
-ENV/
-
-# Spyder project settings
-.spyderproject
-.spyproject
-
-# Rope project settings
-.ropeproject
-
-# mkdocs documentation
-/site
-
-# mypy
-.mypy_cache/