21 lines
202 B
Plaintext
21 lines
202 B
Plaintext
|
# Conda environment
|
||
|
.conda
|
||
|
|
||
|
# Pycache
|
||
|
__pycache__/
|
||
|
.coverage
|
||
|
|
||
|
# Compiled Python files
|
||
|
*.pyc
|
||
|
|
||
|
# Logs
|
||
|
*.log
|
||
|
|
||
|
# Jupyter Notebook checkpoints
|
||
|
.ipynb_checkpoints/
|
||
|
|
||
|
# Pytest cache
|
||
|
.pytest_cache/
|
||
|
|
||
|
# Data
|
||
|
data/
|