11 lines
204 B
Plaintext
11 lines
204 B
Plaintext
*.venv*
|
|
|
|
# Ignore specific environment files with secrets (.env is tracked with generic values)
|
|
.devcontainer/.env
|
|
.env*
|
|
.copilot/
|
|
|
|
# Ignore Jupyter Notebook checkpoints
|
|
.ipynb_checkpoints/
|
|
|
|
# __marimo__ |