Codebase list ctdconverter / e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main .gitignore
e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main

Tree @e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/main (Download .tar.gz)

.gitignore @e37a3fe8-4096-4dae-8a5a-a84f56cc74c4/mainraw · history · blame

*.py[cod]

# C extensions
*.so

# Packages
*.egg
*.egg-info
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__

# Installer logs
pip-log.txt

# Unit test / coverage reports
.coverage
.tox
nosetests.xml

# Translations
*.mo

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

# ignore PyCharm stuff
.idea