entropice/.gitignore

22 lines
226 B
Text
Executable file

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Data
data
# Editors
.vscode/
# Debug / Playground notebooks
pg.ipynb
playground.ipynb
*fix*.ipynb
*debug*.ipynb