aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-25 01:14:28 +0100
committerLibravatar Kristóf Marussy <kristof@marussy.com>2021-01-25 01:14:28 +0100
commita1c2a999e449054d6641bbb633954e45fcd63f90 (patch)
tree47628c10ded721d66e47b5f87f501293cd8af003 /.gitignore
parentInitialize package (diff)
downloadbeancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.tar.gz
beancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.tar.zst
beancount-extras-kris7t-a1c2a999e449054d6641bbb633954e45fcd63f90.zip
Add plugins and importers from private config
The importers are missing tests, because not having any specifications for the import formats means we must use real, private data as test inputs
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore33
1 files changed, 33 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..dbcfed5
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,33 @@
1*.pyc
2
3# Packages
4*.egg
5/*.egg-info
6/dist/*
7build
8_build
9.cache
10*.so
11
12# Installer logs
13pip-log.txt
14
15# Unit test / coverage reports
16.coverage
17.tox
18.pytest_cache
19
20.DS_Store
21.idea/*
22.python-version
23.vscode/*
24
25/setup.cfg
26MANIFEST.in
27/setup.py
28.mypy_cache
29
30.venv
31/releases/*
32pip-wheel-metadata
33/poetry.toml