co3/.gitignore
2024-04-17 19:08:44 -07:00

12 lines
155 B
Plaintext

# generic py
__pycache__/
.pytest_cache/
localsys.egg-info/
.ipynb_checkpoints/
.python-version
# vendor and build files
dist/
build/
docs/sphinx/_build/