citizen: add standard gitignore

This commit is contained in:
sourcebridge_42 2026-04-19 09:47:44 +00:00
parent 23cee21f78
commit 56c503370d

20
.gitignore vendored Normal file
View File

@ -0,0 +1,20 @@
# Runtime / build artifacts
node_modules/
dist/
build/
coverage/
out/
target/
# Python
__pycache__/
.venv/
.pytest_cache/
# Rust / Go
*.rlib
*.prof
# Environment
.env
.env.local