1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-09 19:59:57 +02:00
modstool/.gitignore
2022-04-01 16:04:21 +02: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