jo3util/.gitignore

19 lines
183 B
Plaintext

# JO3'S DEFAULT IGNORE RULES
/tmp*
## ctags
/tags
/tags.temp
/tags.lock
## python
/build/
/dist/
/*.egg-info/
/.venv/
__pycache__
**.egg-info/
**.ipynb_checkpoints
## rust
/target/