Add .gitignore, remove venv/pycache/zip from tracking
This commit is contained in:
23
.gitignore
vendored
Normal file
23
.gitignore
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
venv/
|
||||
.venv/
|
||||
*.egg
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Secrets
|
||||
.gitea_token
|
||||
*.key
|
||||
secrets.json
|
||||
|
||||
# Large binary artifacts
|
||||
*.zip
|
||||
Reference in New Issue
Block a user