# project artifacts
envs/
reports/
data/
build/
public/
docs/html/
ignore/
token.txt

# python
*.pyc
*__pycache__*

# pytest
.coverage

# PyCharm
*.idea

# IPython Notebook
.ipynb_checkpoints/

# build
*.egg-info
