diff options
author | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:46:23 -0700 |
---|---|---|
committer | Irene Knapp <ireneista@irenes.space> | 2025-09-06 15:46:23 -0700 |
commit | 7f96b7a15e3d688d8a679f03532b5b89101744ce (patch) | |
tree | 5e46686a1780c18a7d8d0737306f131d509bb26e /.gitignore | |
parent | e331e95e3f3607bd1707b60f61e209e4aeac05f6 (diff) | |
parent | cf6e693773101b5ac6aea7a4186e7e15ce4508d5 (diff) |
Merge kaylee into pollyana, yay
(hope this works. never done it in git before) Force-Push: yeah... Change-Id: I71c8570d723808ccc8fbffea41c0722a61e1e1c0
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 794c189..ae48cae 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,24 @@ /result-* /.direnv *.swp + +__pycache__/ +*.pyc + +# Distribution / packaging +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg |