# Python related stuff
__pycache__
venv
env
.pytest_cache
.coverage
dist

# IDEs
.idea
.vscode
.run

# Project files that should not go into git
config.yaml
*.pkl
network.png
possible_routes_*.png
simulation_output.*
dump/*
data/*
!data/README.md
!data/*.py
examples/*
!examples/README.md
#!examples/*.py
#!examples/*.ipynb
!examples/example_graph.pkl

*.pickle
.ipynb_checkpoints
