Material for ASPP 2024

This commit is contained in:
Pietro Berkes 2024-08-27 15:52:41 +03:00
commit 849682b13b
97 changed files with 8170 additions and 0 deletions

30
.gitignore vendored Normal file
View file

@ -0,0 +1,30 @@
# OS specific
.DS_Store
# Editors
.vscode
.idea
*.swp
# Python
.venv/
build/
_build/
dist/
eggs/
.eggs/
sdist/
*.egg-info/
*.egg
*.pyc
__pycache__/
tests-reports/
.mypy_cache/
.pytest_cache/
.env
# Jupyter
.ipynb_checkpoints/
# Project
_archive/