#Untrack pyc and pycache folder

*.pyc
**/__pycache__/

#Untrack data files

*.csv
*.json

#Untrack rendered files

*.png
*.mp4
*.svg
