.gitignore (193 B )


 1 # Local HTTPS dev certs
 2 /.https_certs/
 3 
 4 # Actual event data; demo.json is the committed fallback
 5 /resources/events.json
 6 
 7 # Python
 8 __pycache__/
 9 *.pyc
10 venv/
11 
12 # Editor
13 .vscode/*
14 
15 # MacOS
16 .DS_Store