dotfiles/.gitignore

36 lines
354 B
Plaintext
Raw Normal View History

2020-10-22 16:01:59 +00:00
# Ignore python cache
__pycache__/
2020-10-22 16:25:21 +00:00
# Ignore pytest cache
.pytest_cache
2020-10-22 16:01:59 +00:00
# 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
2020-10-22 23:08:48 +00:00
# Ignore backups
backup/
2020-10-22 23:51:04 +00:00
# Ignore git downloads
download/