mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Migration to python (package_install)
This commit is contained in:
parent
110bcd81fc
commit
89d56a4d37
4 changed files with 321 additions and 123 deletions
7
.gitignore
vendored
7
.gitignore
vendored
|
@ -4,3 +4,10 @@ files/.wakatime.cfg
|
|||
backup/
|
||||
# Don't include file backups
|
||||
*.bak
|
||||
# todo list
|
||||
*.todo
|
||||
# VSCode settings
|
||||
.vscode/
|
||||
# Python Cache
|
||||
__pycache__/
|
||||
.pytest_cache/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue