PyInventory/.gitignore

74 wiersze
745 B
Plaintext
Czysty Zwykły widok Historia

2020-11-13 19:43:58 +00:00
.*
2021-04-05 13:23:32 +00:00
!.github
2020-11-13 20:52:19 +00:00
!.flake8
2020-11-13 19:43:58 +00:00
!.gitignore
2020-11-13 20:52:19 +00:00
!.isort.cfg
!/.travis.yml
!/.style.yapf
!.coveralls.yml
# for django-dbbackup
/backups/
!/backups/.gitkeep
# from test projects:
/static/
/media/
*.sqlite3
# Django
secret.txt
# Coverage HTML Report files:
htmlcov
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.tox
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
db.sqlite3
coverage_html/
coverage.xml
*,cover
# Translations
*.pot
# Django stuff:
*.log
# Sphinx documentation
docs/_build/
# PyBuilder
target/