Files
galvani/.gitignore
Chris Kerr 98dc2800d7 Ignore test data for now
Will come up with a solution for distributing data files for the
tests if and when demand arises.
2013-11-29 21:16:12 +00:00

40 lines
344 B
Plaintext

*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
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
# Data for testing
testdata