# Git .git .gitignore .gitattributes # IDE .idea .vscode *.swp *.swo # Docker Dockerfile docker-compose.yml .dockerignore # 文档 *.md CHANGELOG.md # 测试 *_test.go testdata/ # 临时文件 *.tmp tmp/ temp/ # 数据库 *.db *.sqlite *.sqlite3 # 日志 *.log logs/ # 上传的二进制文件(如果有) sms-receiver-v2* # 开发相关 Makefile tools/