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/
.idea/
*.log
*.mp4
.venv/
.node_modules/
"""
with open(".gitignore", "w") as f:
f.write(content.strip())