mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2024-11-10 02:39:40 +00:00
36 lines
390 B
Plaintext
36 lines
390 B
Plaintext
# Byte-compiled / optimized / DLL Files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Virtual Envornments
|
|
.venv
|
|
venv/
|
|
env/
|
|
|
|
# Editor project settings
|
|
## VSCode
|
|
.vscode/
|
|
## PyCharm intellij
|
|
.idea/
|
|
## repl.it
|
|
.replit
|
|
## Spyder
|
|
.spyproject/
|
|
.spyderproject/
|
|
|
|
# Ignore ds store files
|
|
.DS_STORE
|
|
|
|
# Backup files
|
|
*.bak
|
|
|
|
# Personal TODO files
|
|
TODO
|
|
|
|
# Ignore backups
|
|
backup/
|
|
|
|
# Ignore git downloads
|
|
download/
|