dotfiles/.gitignore
2020-03-26 17:41:25 +01:00

13 lines
271 B
Text

# Contains wakatime API which should remain private
files/.wakatime.cfg
# Backup directory will get created by script, no need to push it
Backups/
# Don't include file backups
*.bak
# todo list
*.todo
# VSCode settings
.vscode/
# Python Cache
__pycache__/
.pytest_cache/