citizen: add standard gitignore

This commit is contained in:
sourceweaver_42 2026-04-20 15:33:10 +00:00
parent 95e4f0c67c
commit 3ed2145206

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