diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 18:50:04 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-02-22 18:50:04 +0100 |
commit | a329d55291fab275a1713fb1b409eb59dda3c3d4 (patch) | |
tree | 893c0d3d8d3cb8547186dadaa7958edee97e2af0 /.gitignore | |
parent | 85727f9bd9b36d4936d4d19514b7cdfe4fffca43 (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? |