Skip to content
Merged
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
Binary file modified Toys/Suisei_eda/.DS_Store
Binary file not shown.
32 changes: 32 additions & 0 deletions Toys/Suisei_eda/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Virtualenvs
.venv/
venv/
env/
ENV/

# Jupyter
.ipynb_checkpoints/
# keep notebook source but strip outputs before committing
*.nbconvert.ipynb

# Python caches / bytecode
__pycache__/
*.py[cod]

# Editor / OS
.vscode/
.DS_Store
__pycache__/
*.py[cod]

# Common large files / data
*.csv
data/

# Build / packaging
dist/
build/
*.egg-info/

# test cache
.pytest_cache/
Loading