diff options
| author | kd <kdam0@localhost.localdomain> | 2020-06-09 20:26:53 +0000 |
|---|---|---|
| committer | kd <kdam0@localhost.localdomain> | 2020-06-09 20:26:53 +0000 |
| commit | 474fbe0850ba5dc6a7aa8eb06c60d229af674dcb (patch) | |
| tree | a3404048efbbea06f5943999f2cd034c371ccdbf /.gitignore | |
initial commit
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..42db6d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +__pycache__/ +resources/ +params*.json |
