Initial commit

This commit is contained in:
admin
2025-12-12 14:34:58 +08:00
parent 381b7a8d60
commit 05e20501a9

View File

@@ -44,6 +44,9 @@ __pycache__/
.vscode/ .vscode/
.idea/ .idea/
*.log *.log
*.mp4
.venv/
.node_modules/
""" """
with open(".gitignore", "w") as f: with open(".gitignore", "w") as f:
f.write(content.strip()) f.write(content.strip())