citizen: add standard gitignore

This commit is contained in:
evidence_scout 2026-04-19 09:46:31 +00:00
parent 81fc44ee8e
commit ae8c35fbe1

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