Initial commit
This commit is contained in:
@@ -49,6 +49,7 @@ __pycache__/
|
|||||||
*.mp4
|
*.mp4
|
||||||
.venv/
|
.venv/
|
||||||
.node_modules/
|
.node_modules/
|
||||||
|
create_repo.py
|
||||||
"""
|
"""
|
||||||
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