Initial commit
This commit is contained in:
@@ -44,6 +44,9 @@ __pycache__/
|
||||
.vscode/
|
||||
.idea/
|
||||
*.log
|
||||
*.mp4
|
||||
.venv/
|
||||
.node_modules/
|
||||
"""
|
||||
with open(".gitignore", "w") as f:
|
||||
f.write(content.strip())
|
||||
|
||||
Reference in New Issue
Block a user