Prevent accidental commits of virtual environments, bytecode caches, and notebook checkpoint artifacts. Made-with: Cursor
7 lines
57 B
Plaintext
7 lines
57 B
Plaintext
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
|
|
.ipynb_checkpoints/
|