break-timer/.gitignore

26 lines
203 B
Plaintext

/.venv
/tags.lock
/tags
/tags.temp
###
# JO3'S DEFAULT IGNORE RULES
###
# ctags
/tags
/tags.temp
/tags.lock
# python
/*.egg-info/
/.venv/
__pycache__
**.ipynb_checkpoints
# Added by cargo
/target