dotfiles/.gitignore

33 lines
368 B
Plaintext
Raw Normal View History

2021-01-14 13:23:58 +00:00
# Byte-compiled / optimized / DLL Files
2020-10-22 16:01:59 +00:00
__pycache__/
2021-01-14 13:23:58 +00:00
*.py[cod]
*$py.class
2020-10-22 16:01:59 +00:00
2021-01-14 13:23:58 +00:00
# Virtual Envornments
2020-10-22 16:01:59 +00:00
.venv
2021-01-14 13:23:58 +00:00
venv/
env/
2020-10-22 16:01:59 +00:00
2021-01-14 13:23:58 +00:00
# Editor project settings
## VSCode
2020-10-22 16:01:59 +00:00
.vscode/
2021-01-14 13:23:58 +00:00
## PyCharm intellij
.idea/
## repl.it
.replit
## Spyder
2020-10-22 16:01:59 +00:00
.spyproject/
2021-01-14 13:23:58 +00:00
.spyderproject/
2020-10-22 16:01:59 +00:00
# Ignore ds store files
.DS_STORE
# Personal TODO files
TODO
2020-10-22 23:08:48 +00:00
# Ignore backups
backup/
2020-10-22 23:51:04 +00:00
# Ignore git downloads
download/