mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
Add gitignore
This commit is contained in:
parent
02565d76fc
commit
222357256c
26
.gitignore
vendored
Normal file
26
.gitignore
vendored
Normal file
|
@ -0,0 +1,26 @@
|
||||||
|
|
||||||
|
# Ignore python cache
|
||||||
|
__pycache__/
|
||||||
|
|
||||||
|
# virtualenv
|
||||||
|
env/
|
||||||
|
venv/
|
||||||
|
.venv
|
||||||
|
|
||||||
|
# Vscode settings
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# Ignore intellij Files (PyCharm)
|
||||||
|
.idea
|
||||||
|
|
||||||
|
# Ignore spyder Files
|
||||||
|
.spyproject/
|
||||||
|
|
||||||
|
# Ignore ds store files
|
||||||
|
.DS_STORE
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# Personal TODO files
|
||||||
|
TODO
|
Loading…
Reference in a new issue