diff options
| author | Martin Kaistra | 2015-03-02 22:47:52 +0100 |
|---|---|---|
| committer | Martin Kaistra | 2015-03-02 22:47:52 +0100 |
| commit | 5e0ba19538763e77c6638175d981e4c0b38e2d1d (patch) | |
| tree | 17cc45de3d4e7b4a7f5817818dd930dfb35cc775 /.gitignore | |
first commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..84a5e2a --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +__pycache__ +settings.ini
\ No newline at end of file |
