Codebase list natsort / upstream/5.4.1 .gitignore
upstream/5.4.1

Tree @upstream/5.4.1 (Download .tar.gz)

.gitignore @upstream/5.4.1raw · 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