parse-timelogs-for-upload/.gitignore

6 lines
169 B
Text

# We ignore settings.ini as it is created automatically
settings.ini
# Ignore environment file which must be unique to the user
.env
# Ignore Python's cache
__pycache__