Files
symconf/.gitignore

21 lines
240 B
Plaintext
Raw Permalink Normal View History

2024-05-18 15:35:10 -07:00
# generic py
__pycache__/
.pytest_cache/
*.egg-info/
.ipynb_checkpoints/
.pytest_cache/
2024-04-19 15:50:31 -07:00
.python-version
.venv/
2025-09-28 03:43:59 -07:00
.ruff_cache/
2024-05-18 15:35:10 -07:00
# vendor and build files
dist/
build/
docs/_autoref/
docs/_autosummary/
docs/_build/
# local
notebooks/
/Makefile