Commit fd5e525d authored by Dom Sekotill's avatar Dom Sekotill
Browse files

Add .gitignore boilerplate for Python

parents
Loading
Loading
Loading
Loading

.gitignore

0 → 100755
+14 −0
Original line number Diff line number Diff line
# Standard python boilerplate
*.py[co]

# Setuptools
.eggs
*.egg-info
build/
dist/

# unit-testing, coverage, etc.
/*.xml
/*.json
.coverage*
.noseids