co3/.gitignore

12 lines
155 B
Plaintext
Raw Normal View History

2024-04-07 01:32:08 +00:00
# generic py
__pycache__/
.pytest_cache/
localsys.egg-info/
.ipynb_checkpoints/
2024-04-18 02:08:44 +00:00
.python-version
2024-04-07 01:32:08 +00:00
# vendor and build files
dist/
build/
docs/sphinx/_build/