Initial commit
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
@"
|
||||
.venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
build/
|
||||
dist/
|
||||
*.spec
|
||||
|
||||
installer_output/
|
||||
downloads/
|
||||
|
||||
*.part
|
||||
*.tmp
|
||||
*.log
|
||||
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
Thumbs.db
|
||||
.DS_Store
|
||||
"@ | Out-File -Encoding utf8 .gitignore
|
||||
Reference in New Issue
Block a user