Files
crawler-plugin/.gitignore
2026-04-25 17:14:23 +08:00

106 lines
1.4 KiB
Plaintext

# ===== frontend-vue =====
frontend-vue/node_modules/
frontend-vue/dist/
frontend-vue/new_web_source
frontend-vue/auto-imports.d.ts
frontend-vue/components.d.ts
frontend-vue/npm-debug.log*
frontend-vue/yarn-debug.log*
frontend-vue/yarn-error.log*
frontend-vue/pnpm-debug.log*
# ===== backend-java =====
backend-java/target/
backend-java/data/
backend-java/*.log
backend-java/logs/
backend-java/src/main/resources/application-local.yml
backend-java/.idea/
backend-java/*.iml
# ===== backend / app =====
backend/tmp/
backend/__pycache__
app/__pycache__
app/assets/
app/new_web_source
app/user_data/
# ===== logs =====
logs/
aiimage-backend.log*
# ===== Python =====
__pycache__/
*.py[cod]
*$py.class
*.pyo
.Python
*.egg-info/
*.egg
MANIFEST
.installed.cfg
# Build / packaging
build/
dist/
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version
# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
htmlcov/
# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/
# Jupyter
.ipynb_checkpoints
*.ipynb_checkpoints/
profile_default/
ipython_config.py
# ===== Database =====
*.db
*.sqlite3
# ===== Misc =====
desktop/
ERP-Demo/
xlsx/
.omx/
.codex
OPS_REDIS_MYSQL_OPTIMIZATION_NOTES.md