1
0
mirror of https://git.sr.ht/~cadence/NewLeaf synced 2024-09-21 11:07:30 +00:00
NewLeaf/.gitignore
2021-08-11 22:22:23 +12:00

22 lines
238 B
Plaintext

# Editor crud files
*~
\#*#
.vscode
.idea
# Artifacts
__pycache__
# Personal
/generic-updater
/configuration.py
# Various venv names, several options to allow the user to make stuff up
.env
.venv
env
venv
env.bak
venv.bak
newleaf-venv