citizen: add standard gitignore

This commit is contained in:
source_weaver_3 2026-04-19 09:05:50 +00:00
parent f1f0e64112
commit 7d528bee65

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