1
0
Fork 0
mirror of https://github.com/ItsDrike/dotfiles.git synced 2025-04-28 05:02:26 +00:00
dotfiles/.gitignore
2020-10-23 01:51:04 +02:00

35 lines
354 B
Text

# Ignore python cache
__pycache__/
# Ignore pytest cache
.pytest_cache
# 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
# Ignore backups
backup/
# Ignore git downloads
download/