24 lines
187 B
Plaintext
24 lines
187 B
Plaintext
# 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
|