23 lines
307 B
Plaintext
23 lines
307 B
Plaintext
# Local credentials and machine-specific configuration
|
|
.dingtalk/config.env
|
|
**/.env
|
|
**/.env.*
|
|
!**/.env.example
|
|
!**/*.env.example
|
|
|
|
# Operating-system and editor files
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Generated caches and local output
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
*.log
|
|
*.tmp
|
|
*.bak
|