chore: initialize repo hygiene

This commit is contained in:
2026-04-24 12:17:40 +00:00
commit d2fe014db7
2 changed files with 18 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
src/*.egg-info
# Virtual environments
.venv
.deps/
outputs/
# Local heavyweight checkouts and generated experiment artifacts
third_party/
*.log