First commit to SAWAW

This commit is contained in:
2023-11-13 21:37:32 +00:00
commit af858756bb
13 changed files with 318 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@ -0,0 +1,21 @@
# Conda environment
.conda
# Pycache
__pycache__/
.coverage
# Compiled Python files
*.pyc
# Logs
*.log
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Pytest cache
.pytest_cache/
# Data
data/