# Do NOT put .git in here, it's needed for versioning
# and will be removed during the docker build process.
.codecov.yml
.flake8
.github
.gitignore
.pre-commit-config.yaml
.pytest_cache
.readthedocs.yaml
.ruff_cache
.venv
assets
build
dist
docs
tests
wheelhouse
**/__pycache__
*.so
*.pyd
