summaryrefslogtreecommitdiff
path: root/python/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* python: Add .gitignoreClara Engler2025-04-011-0/+175
This commit adds a Python .gitignore to the `python/` directory, taking from the public domain gitignore file provided by GitHub[1]. Previously, I saw a `__pycache__` in my `git status` which was not nice. [1]: https://github.com/github/gitignore/blob/main/Python.gitignore