entropice/.gitignore

30 lines
No EOL
331 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
# pixi environments
.pixi
*.egg-info
# Disable all notebook for now
notebooks/*.ipynb