First commit to SAWAW
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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/
|
Reference in New Issue
Block a user