**/__pycache__
**/.ruff_cache/
**/.pytest_cache/
**/.idea
**/*.pyd
**/*.so
**/*.dylib
**/build
**/dist
**/*.egg-info
**/.venv
**/*.ps1
**/debug
.vscode

# Coverage
.coverage*
**/coverage.xml
htmlcov

.env
.testall
compile_flags.txt

# Mirror of Cython sources for coverage lookup:
/py_ballisticcalc_exts/*
**/site
/benchmarks/*
