Files
HuiPaiKe/.gitignore
2026-05-07 14:56:53 +08:00

47 lines
332 B
Plaintext

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# PyInstaller
dist/
build/
*.spec
# Virtual environments
venv/
.venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
*.txt
# Certificates
*.pfx
*.p12
*.cer
*.crt
# Build artifacts
*.exe
*.msi
*.zip
# Documentation (auto-generated)
*.html