Material for ASPP 2024
This commit is contained in:
commit
849682b13b
97 changed files with 8170 additions and 0 deletions
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue