# Ignore Itself
.gitignore*

# ignore emacs backups 
*~

# Other Directories
.env*
archive/*
/__pycache__/*

*.DS_Store