diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-23 10:41:54 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-06-23 10:41:54 -0400 |
commit | 2cc9f3ffd272c6c7cf6d1fc5dec72da2b74f3a70 (patch) | |
tree | f7a8adcc33503c42b30f7592e764ee83b25fc3a5 | |
parent | a75b0440ff434aad00d932644a2ae49685fbb79b (diff) | |
download | cbc-2cc9f3ffd272c6c7cf6d1fc5dec72da2b74f3a70.tar.gz |
Ignore __pycache__
-rwxr-xr-x | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ *.*project
*.pyc
*.DS_Store
+*pycache*
test/output
|