This commit is contained in:
Ben Cherry
2025-07-18 16:08:54 -04:00
parent a66907e20e
commit f200fa9f7a
5 changed files with 119 additions and 1 deletions
+18
View File
@@ -0,0 +1,18 @@
*.egg-info
__pycache__
.pytest_cache
.ruff_cache
.env
.env.*
.DS_Store
.idea
.venv
.vscode
*.pyc
*.pyo
*.pyd
.git
.gitignore
README.md
LICENSE
.github