dotfiles/.gitignore
2021-01-14 14:23:58 +01:00

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/