diff options
author | HombreLaser <sebastian-440@live.com> | 2023-09-11 17:55:31 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2023-09-11 17:55:31 -0600 |
commit | 1786898ade958f443d453890b82444efbdbf1c29 (patch) | |
tree | 3b859b574988a2ddd28772f162cbda5da43c59f7 /.gitignore | |
parent | e30eeba4e1b230a0fced7af6161d41fa21a7d4f4 (diff) |
Add python cache to gitignore
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ env/ *~ -data/
\ No newline at end of file +data/ +__pycache__/ |