tweak .gitignore

This commit is contained in:
Nick Sweeting
2025-05-13 22:08:21 -07:00
parent 636b270463
commit 6d97e87ad7
2 changed files with 10 additions and 7 deletions

16
.gitignore vendored
View File

@@ -1,18 +1,22 @@
.DS_Store
# Cache files
.DS_Store
__pycache__/
*.py[cod]
*$py.class
.mypy_cache/
.ruff_cache
.ruff_cache/
.pytest_cache/
.ipynb_checkpoints
# VirtualEnvironments
# Virtual Environments
.venv
venv/
.vscode
# IDEs
.vscode/
.idea/
# Build files
dist/
# Data files
@@ -36,5 +40,3 @@ private_example.py
private_example
uv.lock
.idea