更新验证器提价
This commit is contained in:
91
.gitignore
vendored
Normal file
91
.gitignore
vendored
Normal file
@@ -0,0 +1,91 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
sdist/
|
||||
var/
|
||||
wheels/
|
||||
*.egg-info/
|
||||
.installed.cfg
|
||||
*.egg
|
||||
|
||||
# Virtual Environment
|
||||
venv/
|
||||
ENV/
|
||||
env/
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Environment Variables
|
||||
.env
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Backup Files
|
||||
*.bak
|
||||
*.bak2
|
||||
config_bak.ini
|
||||
*_backup.*
|
||||
config.ini.backup
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
logs/
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# PyInstaller
|
||||
*.spec
|
||||
!ArticleReplace_optimized.spec
|
||||
build/
|
||||
dist/
|
||||
*.manifest
|
||||
|
||||
# Temporary files
|
||||
temp/
|
||||
tmp/
|
||||
*.tmp
|
||||
nul
|
||||
temp_driver.txt
|
||||
extraction_test.log
|
||||
temp_empty.txt
|
||||
|
||||
# Sensitive files (tokens, configs with secrets)
|
||||
*.token
|
||||
*.auth
|
||||
auth_config.json
|
||||
.auth_ArticleReplace.token
|
||||
machine_id
|
||||
|
||||
# Test files in root
|
||||
test_*.py
|
||||
test.py
|
||||
|
||||
# Archive
|
||||
archive/
|
||||
|
||||
# Examples
|
||||
examples/*.xlsx
|
||||
Reference in New Issue
Block a user