diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-06-19 18:05:00 +0200 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2023-06-19 18:05:00 +0200 |
commit | 7a3aa01f9e78e2322d1f11c7fab5e8d3003303aa (patch) | |
tree | bbe7321fcfe437cb2d0cd180296e39d885dfc75c /.gitignore | |
parent | 7ba7354f016bed3ff3b2afff5ecb1aa919a8ed26 (diff) |
Ignore generated files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8534f9c --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +*.pyc +.coverage + +.*.sw? |