Initial project scaffold

This commit is contained in:
wjh
2026-04-10 13:15:06 +00:00
commit a4a6b1f1c8
94 changed files with 3964 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@@ -0,0 +1,26 @@
.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
.nox/
.tox/
*.pyc
*.pyo
*.so
*.o
*.out
*.log
build/
dist/
*.egg-info/
compile_commands.json
cmake-build-*/
.cache/
.idea/
.vscode/
.DS_Store
results/
profile-output/