# built and cached files
venv/
.envrc
__pycache__/
*.pyc
node_modules/
dist/
build/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
celerybeat-schedule
.hypothesis

# temporary files of editors
.DS_Store
.*.sw?
.~
*.*~
*.bak

# sensitive data not to be commited
.env.local
docker/.env
.env.*.local
src/.env
*.pem
*.key
*.log

# settings of editors
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

/data
story_clustering/data
__main__.py
notebook
story_clustering/main_aux.py