/.venv

*.bz2
*.jpg
*.log
*.html
*.rar
*.zip
*.txt
*.csv
*.npz
*.xlsx
*.7z
*.ipynb
*.docx

!requirements.txt
!/tests/*/**
!/docs/*/**
/docs/_build


*.idea*
*__pycache__*
*.pytest_cache*
*.ipynb_checkpoints*

