feat: init the repo

This commit is contained in:
Pratik Bhadane
2026-03-23 23:34:28 +05:30
commit 7a5a220dfe
344 changed files with 75728 additions and 0 deletions
+42
View File
@@ -0,0 +1,42 @@
# Rust build artifacts
/target/
wasm/target/
# Compiled Python extension
*.so
*.pyd
*.dll
# Maturin / wheel build outputs
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
# Virtual environments
.venv/
venv/
env/
# IDE files
.idea/
.vscode/
*.swp
*.swo
# Issue tracker
/myissues/
# WASM build output
wasm/pkg/
wasm/pkg-web/
coverage.xml
.hypothesis/
/docs/_build/
# DS Store in all directories
.DS_Store
*.DS_Store