Codebase list natsort / bbc6db99-0bc2-4b6a-97bb-704065e3bdc2/upstream/8.2.0 .gitignore
bbc6db99-0bc2-4b6a-97bb-704065e3bdc2/upstream/8.2.0

Tree @bbc6db99-0bc2-4b6a-97bb-704065e3bdc2/upstream/8.2.0 (Download .tar.gz)

.gitignore @bbc6db99-0bc2-4b6a-97bb-704065e3bdc2/upstream/8.2.0raw · history · blame

*.py[co]

# Packages
*.egg
*.eggs
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
.python-version

# We are using MANIFEST.in instead
MANIFEST

# Installer logs
pip-log.txt

# Unit test / coverage reports
.hypothesis
.coverage
.tox
.cache
.pytest_cache
.pytest
.envrc
.venv

#Translations
*.mo

#Mr Developer
.mr.developer.cfg

# PyCharm
.idea

# VSCode
.vscode