Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions notebooks/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
# Data
assets/
data/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
pip-wheel-metadata/

# Environments
.env
*.env
.venv/
venv/
env/

# Tooling caches
.mypy_cache/
.pytype/
.ruff_cache/
.pytest_cache/
.tox/
.nox/
.coverage
.coverage.*
coverage.xml

# Editors/IDEs
.vscode/
.idea/
.history/
.DS_Store
Thumbs.db

# Jupyter
.ipynb_checkpoints/

# Cursor
.cursor/

# Local runs / artifacts
local_outputs/

# Logs
*.log
logs/
venv/
Loading