feat: Add git config files

This commit is contained in:
Ayush Dumasia 2025-04-27 16:04:19 +05:30
parent 6f9b47e058
commit 3d0d0d8002
3 changed files with 166 additions and 0 deletions

16
git/ignore Normal file
View file

@ -0,0 +1,16 @@
# Python specific
.mypy_cache/
.pytest_cache/
__pycache__/
.hypothesis/
.ruff_cache/
.ropeproject/
# Rust specific
target/
node_modules/
# Zig specific
.zig-cache/
zig-out/