19 lines
135 B
Text
19 lines
135 B
Text
|
|
# Project specific
|
|
backup.log
|
|
|
|
# IDEs
|
|
.vscode
|
|
.idea
|
|
|
|
# python
|
|
__pycache__
|
|
*.egg-info/
|
|
|
|
# Virtualenvs
|
|
env
|
|
.venv
|
|
venv
|
|
|
|
# misc
|
|
/private/
|