# ==== Java / Maven ====
target/
*.class
*.jar
*.iml

# ==== Node / 前端 ====
node_modules/
dist/
.npmcache/
.npmlocal/
frontend.log

# ==== IDE ====
.idea/
.vscode/
*.swp

# ==== 日志 ====
*.log
backend.log.err

# ==== 构建/临时产物 ====
out/
build_tmp.log
.tmp_pylibs/
.tmp_*
.enc_test.txt
_enc_test2.txt
gen1.txt
gen2.txt

# ==== 敏感配置（真实密钥不入库，使用 application.yml.example 模板）====
traffic-audit-server/src/main/resources/application.yml

# ==== 系统文件 ====
.DS_Store
Thumbs.db
desktop.ini

# ==== ??/?????????====
_shots/
*.nb3
*.dmp
backend.log*
energy-test.log
diag*.log
_*.py
_*.txt
_*.xlsx
_*.png
_*.json
_test_check*/
_test_passenger/
check_*.py
cmp*.py
dump_*.py
fix_*.py
inspect_*.py
patch_*.py
verify_*.py
write_readme.py
clear-bom.ps1
verify_city*.txt

deploy-test/
# ==== packaged static dir (copied from dist, not committed) ====
web/
traffic-audit-server/web/
