diff options
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -15,3 +15,6 @@ # Editor/tool local settings /.claude/ /.cursorrules + +# Python bytecode cache +__pycache__/ |
![]() |
git.cjennings.net : archsetup | |
| Builds a full dev workstation from a bare Arch Linux install. | Craig Jennings |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | .gitignore | 3 |
@@ -15,3 +15,6 @@ # Editor/tool local settings /.claude/ /.cursorrules + +# Python bytecode cache +__pycache__/ |