aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authornico wellpott <nico@magicbroccoli.de>2021-03-10 18:24:38 +0100
committernico wellpott <nico@magicbroccoli.de>2021-03-10 18:24:38 +0100
commite478c2b51f0636a3a3ad247f2f1d0f19ec66860b (patch)
tree031f6bcc4067418e89107b5ff283a3684c6b62f2 /.gitignore
parent2b2ff712e9d414d1781d116694ae05bf28dc6b18 (diff)
update gitignore file
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore69
1 files changed, 64 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore
index b934845..ede9689 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,40 @@
+### PyCharm ###
+# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
+# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
+.idea/
+
+# CMake
+cmake-build-*/
+
+# Mongo Explorer plugin
+.idea/**/mongoSettings.xml
+
+# File-based project format
+*.iws
+
+# IntelliJ
+out/
+
+# mpeltonen/sbt-idea plugin
+.idea_modules/
+
+# JIRA plugin
+atlassian-ide-plugin.xml
+
+# Crashlytics plugin (for Android Studio and IntelliJ)
+com_crashlytics_export_strings.xml
+crashlytics.properties
+crashlytics-build.properties
+fabric.properties
+
+### PyCharm Patch ###
+# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
+
+# *.iml
+# modules.xml
+# .idea/misc.xml
+# *.ipr
+
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
@@ -21,6 +58,7 @@ parts/
sdist/
var/
wheels/
+pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
@@ -47,8 +85,10 @@ htmlcov/
nosetests.xml
coverage.xml
*.cover
+*.py,cover
.hypothesis/
.pytest_cache/
+pytestdebug.log
# Translations
*.mo
@@ -58,6 +98,7 @@ coverage.xml
*.log
local_settings.py
db.sqlite3
+db.sqlite3-journal
# Flask stuff:
instance/
@@ -68,6 +109,7 @@ instance/
# Sphinx documentation
docs/_build/
+doc/_build/
# PyBuilder
target/
@@ -82,8 +124,19 @@ ipython_config.py
# pyenv
.python-version
-# celery beat schedule file
+# pipenv
+# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
+# However, in case of collaboration, if having platform-specific dependencies or dependencies
+# having no cross-platform support, pipenv may install dependencies that don't work, or not
+# install all needed dependencies.
+#Pipfile.lock
+
+# PEP 582; used by e.g. github.com/David-OConnor/pyflow
+__pypackages__/
+
+# Celery stuff
celerybeat-schedule
+celerybeat.pid
# SageMath parsed files
*.sage.py
@@ -96,6 +149,7 @@ venv/
ENV/
env.bak/
venv.bak/
+pythonenv*
# Spyder project settings
.spyderproject
@@ -115,10 +169,15 @@ dmypy.json
# Pyre type checker
.pyre/
-### Python Patch ###
-.venv/
-.idea/
+# pytype static type analyzer
+.pytype/
+
+# profiling data
+.prof
+
+### vscode ###
+.vscode/*
-### project specific ###
+### project specific ignores ###
blacklist.txt
.etag