1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00
dinglehopper/.gitignore
Benjamin Rosemann ce752e1912 Remove .idea folder and modify .gitignore
Sharing even parts of the .idea folder in worldwide setting is bound to
generate more problems than solutions. Therefore it should be removed
and consequently ignore in .gitignore.

Also adds some Python specific stuff to the .gitignore file.
2020-11-11 11:36:17 +01:00

26 lines
288 B
Text

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
*.egg-info/
# Unit test / coverage reports
htmlcov/
.coverage
.coverage.*
# Environments
.env
.venv
env/
venv/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# User-specific stuff
.idea