chore: add initial project scaffolding with .gitignore, Makefile, pyproject.toml, and rsearch module skeleton

This commit is contained in:
2026-01-01 22:27:55 +00:00
commit fb5d1ac133
11 changed files with 1044 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
*.log
.env
.venv
venv/
ENV/
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store