mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-12 16:45:35 +00:00
50 lines
523 B
Plaintext
50 lines
523 B
Plaintext
# SPDX-FileCopyrightText: 2013-2017 Christopher Kerr <chris.kerr@mykolab.ch>
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib
|
|
lib64
|
|
__pycache__
|
|
.cache
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
|
|
# Unit test / coverage reports
|
|
.coverage
|
|
.tox
|
|
nosetests.xml
|
|
|
|
# Translations
|
|
*.mo
|
|
|
|
# Mr Developer
|
|
.mr.developer.cfg
|
|
.project
|
|
.pydevproject
|
|
|
|
# Compressed files used to transfer test data
|
|
*.gz
|
|
*.bz2
|
|
*.xz
|
|
*.zip
|
|
*.tar
|
|
*.tgz
|
|
*.tbz2
|