Zundler/.gitignore
2022-10-09 18:06:43 +02:00

46 lines
367 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg*
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
cover/
.coverage*
.tox
.venv
.pytest_cache/
.mypy_cache/
# Translations
*.mo
# Complexity
output/*.html
output/*/index.html
# Editors
*~
.*.swp
.*sw?
# Sphinx
_build