diff options
| author | main <main@swarm.moe> | 2026-04-25 15:30:56 -0400 |
|---|---|---|
| committer | main <main@swarm.moe> | 2026-04-25 15:30:56 -0400 |
| commit | 679e8eca366242f725987edc7b7d7169435dd1b3 (patch) | |
| tree | c91be6438b9030ae1c5c2be5ba2780160679f730 /.gitignore | |
| parent | 201600891b941004ff9be83bf55c868f2a54fd78 (diff) | |
| download | memview-679e8eca366242f725987edc7b7d7169435dd1b3.zip | |
Ignore Python cache files
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1 +1,2 @@ target/ +__pycache__/ |