Files
EP-Hub-Skill/.gitignore
T
2026-09-02 11:44:52 +08:00

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