Ignore local Python and notebook metadata.

Prevent accidental commits of virtual environments, bytecode caches, and notebook checkpoint artifacts.

Made-with: Cursor
This commit is contained in:
ddoebel
2026-04-15 11:40:31 +02:00
parent 73641b7e5b
commit 1dd5d8657a

6
.gitignore vendored Normal file
View File

@@ -0,0 +1,6 @@
.venv/
__pycache__/
*.py[cod]
*.pyo
.ipynb_checkpoints/