diff options
author | nico <nico@magicbroccoli.de> | 2019-05-22 22:04:28 +0200 |
---|---|---|
committer | nico <nico@magicbroccoli.de> | 2019-05-22 22:06:52 +0200 |
commit | e2f679b201ca5ee1401e5987816fcdd40881ee44 (patch) | |
tree | f6b5992017c723b0aef300e93c50f94b0bad7466 /.gitignore | |
parent | 8e8f7b4d5325df20b2b3e27a55580146f81773a8 (diff) |
no more direct system calls
* replace system calls to sqlite
+ add tabulate module to format output
* update sql commands with named parameter substitution
asd
Diffstat (limited to '.gitignore')
-rw-r--r--[-rwxr-xr-x] | .gitignore | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/.gitignore b/.gitignore index c17170a..8d32868 100755..100644 --- a/.gitignore +++ b/.gitignore @@ -126,8 +126,6 @@ dmypy.json pyvenv.cfg pip-selfcheck.json -# do not index databases or logfiles -*.log -*.db -abuse-* -spam* +# project specific files +spam.db +spam-*.txt |