Initial commit

This commit is contained in:
jonasen1988
2026-03-26 21:14:16 +08:00
commit d2e679401e
18 changed files with 2055 additions and 0 deletions

17
.gitignore vendored Normal file
View File

@@ -0,0 +1,17 @@
.DS_Store
# Build artifacts
proxy-pool
*.exe
*.out
# Runtime data
*.db
*.log
config.json
data/*.db
data/config.json
# IDE files
.idea/
.vscode/