diff options
Diffstat (limited to 'dropcalc/.gitignore')
-rw-r--r-- | dropcalc/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/dropcalc/.gitignore b/dropcalc/.gitignore new file mode 100644 index 0000000..cfff1c9 --- /dev/null +++ b/dropcalc/.gitignore @@ -0,0 +1,6 @@ +# Intellij IDEA +*.iml +.idea/ + +# Python +__pycache__ |