dotfiles/.gitignore
2020-03-08 14:59:11 +01:00

13 lines
270 B
Text

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