You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
831 B
70 lines
831 B
## List of ignored files based on common python projects |
|
|
|
# Byte-compiled / optimized / DLL files |
|
__pycache__/ |
|
*.py[cod] |
|
*$py.class |
|
|
|
# Distribution / packaging |
|
.Python |
|
build/ |
|
develop-eggs/ |
|
dist/ |
|
downloads/ |
|
eggs/ |
|
.eggs/ |
|
lib/ |
|
lib64/ |
|
parts/ |
|
sdist/ |
|
var/ |
|
wheels/ |
|
*.egg-info/ |
|
.installed.cfg |
|
*.egg |
|
*.egg* |
|
|
|
# Log files |
|
*.log |
|
|
|
# Eclipse / PyCharm files |
|
.project |
|
.pydevproject |
|
.settings/ |
|
.idea/ |
|
|
|
# Installer logs |
|
pip-log.txt |
|
pip-delete-this-directory.txt |
|
|
|
# Unit test / static analysis / coverage reports |
|
htmlcov/ |
|
coverage_html_report/ |
|
.tox/ |
|
.coverage |
|
.coverage.* |
|
.cache |
|
nosetests.xml |
|
coverage.xml |
|
*.cover |
|
.hypothesis/ |
|
flake8-output.txt |
|
shellcheck-output.xml |
|
|
|
# Environments |
|
.venv |
|
env/ |
|
venv/ |
|
ENV/ |
|
|
|
# Configuration files |
|
# config.ini |
|
|
|
# Mac files |
|
.DS_Store |
|
|
|
# Sphinx documentation |
|
doc/build/ |
|
|
|
# Release Notes documentation |
|
releasenotes/build
|
|
|