init the project

This commit is contained in:
evyzacq
2026-05-25 15:09:42 +08:00
commit 7fc0e7852e
122 changed files with 14557 additions and 0 deletions
+43
View File
@@ -0,0 +1,43 @@
# ===== Python =====
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
venv/
*.egg
# Environment
.env
.env.local
.env.*.local
# ===== Node / Next.js =====
node_modules/
.next/
out/
# ===== IDE =====
.vscode/
.idea/
*.swp
*.swo
# ===== OS =====
.DS_Store
Thumbs.db
# ===== Logs =====
*.log
logs/
nohup.out
# ===== Claude =====
.claude/
# ===== Test =====
.pytest_cache/
coverage/
htmlcov/
output