mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-04-28 13:02:27 +00:00
13 lines
271 B
Text
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/
|