feat: ✨ Add git config files
This commit is contained in:
parent
6f9b47e058
commit
3d0d0d8002
3 changed files with 166 additions and 0 deletions
16
git/ignore
Normal file
16
git/ignore
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue