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:
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
|
||||
.ipynb_checkpoints/
|
||||
Reference in New Issue
Block a user