Revision c552d7b4229e8c52e8dd4c475131142077a75162 authored by Nicolas F. Chaves-de-Plaza on 11 December 2023, 10:18:59 UTC, committed by Nicolas F. Chaves-de-Plaza on 11 December 2023, 10:18:59 UTC
1 parent c0ff9fd
.gitignore
# virtual environment
venv
# non-stylistic pycharm configs
.idea
# Mac Finder layout
.DS_Store
# IPython/Jupyter notebook checkpoints
*.ipynb_checkpoints
# Python 2.x & 3.x bytecode cache
*.pyc
*__pycache__
# datasets
datasets
# compiled folders and files
build
*.egg-info
*.cpp
*.pyd
*.so
# VS Code workspace
.vscode
# Outputs
results
temp

Computing file changes ...