parse-timelogs-for-upload/.gitignore

7 lines
169 B
Text
Raw Normal View History

2021-05-02 18:43:18 -04:00
# We ignore settings.ini as it is created automatically
settings.ini
2021-06-02 10:45:20 -04:00
# Ignore environment file which must be unique to the user
.env
# Ignore Python's cache
__pycache__