# 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
!examples/example_graph.pkl
network.png
possible_routes_*.png
simulation_output.*
data/*
!data/README.md
!data/*.py
