mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
27 lines
257 B
Plaintext
27 lines
257 B
Plaintext
|
|
||
|
# 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
|