Initial commit
This commit is contained in:
@@ -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())
|
||||||
|
|||||||
Reference in New Issue
Block a user