diff --git a/.gitignore b/.gitignore index fea7419bd..c48ec2a58 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,26 @@ target/ 数据库/aiot/*诊断*.md 数据库/aiot/*分析*.md 数据库/aiot/*报告*.md + +# Test files and temporary scripts +test_*.html +test_*.md +*_test.html +*_validation.md + +# Build and runtime files +docker/volumes/ +docker/wvp/config/ +src/main/resources/static/ +nul +binlog_*.txt + +# Development tools +.claude/ +.trae/ + +# Batch scripts (user-specific) +*.bat + +# Python scripts (temporary) +generate_*.py