2021-05-02 22:43:18 +00:00
|
|
|
# We ignore settings.ini as it is created automatically
|
|
|
|
settings.ini
|
2023-10-06 16:57:53 +00:00
|
|
|
settings.bak
|
|
|
|
# Ignore our local processed files folder
|
|
|
|
processed/
|
2021-06-02 14:45:20 +00:00
|
|
|
# Ignore environment file which must be unique to the user
|
|
|
|
.env
|
|
|
|
# Ignore Python's cache
|
2021-05-25 20:00:51 +00:00
|
|
|
__pycache__
|