chore: 添加 .gitignore, LICENSE, README.md

This commit is contained in:
empty
2025-12-03 16:47:13 +08:00
parent b1d9f2c518
commit b1300acb78
3 changed files with 142 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# Dependencies
node_modules/
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Build outputs
dist/
build/
*.egg-info/
# Logs
*.log
npm-debug.log*
# Environment
.env
.env.local
.env.*.local
# Test
coverage/
.pytest_cache/
# Temp files
*.tmp
*.temp
.cache/