23 lines
244 B
Text
Executable file
23 lines
244 B
Text
Executable file
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
|
|
# Data & figures
|
|
data
|
|
figures
|
|
|
|
# Editors
|
|
.vscode/
|
|
|
|
# Debug / Playground notebooks
|
|
pg.ipynb
|
|
playground.ipynb
|
|
*fix*.ipynb
|
|
*debug*.ipynb
|