aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authordark0dave <52840419+dark0dave@users.noreply.github.com>2020-04-29 21:57:08 +0100
committerGitHub <noreply@github.com>2020-04-29 22:57:08 +0200
commitf389c562595f74bea86e49c29949f4a7b0e78900 (patch)
treec3c0ac339ad002f47e2be9cd3a46d347012b1d70 /.gitignore
parent162193c787341118621b36b4c8933bbe8af092df (diff)
downloadihatemoney-mirror-f389c562595f74bea86e49c29949f4a7b0e78900.zip
ihatemoney-mirror-f389c562595f74bea86e49c29949f4a7b0e78900.tar.gz
ihatemoney-mirror-f389c562595f74bea86e49c29949f4a7b0e78900.tar.bz2
Feature/currencies (#541)
Now each project can have a currency, default to None. Each bill can use a different currency, and a conversion to project default currency is done on settle. Fix #512
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore6
1 files changed, 5 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d8d1894..9e3c42c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-ihatemoney.cfg
*.pyc
*.egg-info
dist
@@ -13,3 +12,8 @@ build
.pytest_cache
ihatemoney/budget.db
.idea/
+.envrc
+.DS_Store
+.idea
+.python-version
+