Files
kittycad.py/.gitignore
Jess Frazelle 2e1c75769f updates
Signed-off-by: Jess Frazelle <github@jessfraz.com>
2023-08-30 16:18:39 -07:00

31 lines
280 B
Plaintext

__pycache__/
build/
dist/
*.egg-info/
.pytest_cache/
# pyenv
.python-version
# Environments
.env
.venv
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# JetBrains
.idea/
/coverage.xml
/.coverage
testing
# Sphinx documentation
docs/_build/
docs/_autosummary/
docs/html/_sources/