explicitly document the big secret
[greenhouse.git] / .gitignore
blobdd0ac37876d0e53528117e1d171a7511fc43be33
1 *.pyc
2 *.pyo
3 .*.swp
4 .*.swo
5 greenhouse.egg-info/*
6 build/*
7 docs/build/*
8 dist/*
9 html/*
11 .coverage
12 coverage_annotated/*
14 examples/ircbot/run.py
15 examples/ircbot/#*