157 lines
2.0 KiB
Plaintext
157 lines
2.0 KiB
Plaintext
# OS files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editors and local tooling
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
.claude/
|
|
.gemini-clipboard/
|
|
.memsearch/
|
|
frontend/.memsearch/
|
|
|
|
# Environment variables
|
|
.env
|
|
backend/.env
|
|
frontend/.env
|
|
frontend/.env.local
|
|
frontend/.env.development.local
|
|
frontend/.env.test.local
|
|
frontend/.env.production.local
|
|
|
|
# Project data and local-only assets
|
|
data/
|
|
backups/
|
|
logs_export/
|
|
backend/uploads/
|
|
backend/logs/
|
|
backend/venv/
|
|
backend/test/
|
|
# Only keep the latest full-deploy SQL entrypoints in repo
|
|
backend/sql/*
|
|
!backend/sql/imeeting-schema-latest.sql
|
|
!backend/sql/imeeting-seed-latest.sql
|
|
backend/sql/migrations/
|
|
backend/scripts/
|
|
资料/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
dist/
|
|
develop-eggs/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
share/python-wheels/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
.pyre/
|
|
.pytype/
|
|
cython_debug/
|
|
.pdm.toml
|
|
__pypackages__/
|
|
.ipynb_checkpoints
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
instance/
|
|
.webassets-cache
|
|
.scrapy
|
|
docs/_build/
|
|
.pybuilder/
|
|
target/
|
|
profile_default/
|
|
ipython_config.py
|
|
celerybeat-schedule
|
|
celerybeat.pid
|
|
*.manifest
|
|
*.spec
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
*.log
|
|
local_settings.py
|
|
db.sqlite3
|
|
db.sqlite3-journal
|
|
|
|
# Node.js / frontend
|
|
node_modules/
|
|
frontend/node_modules/
|
|
frontend/dist/
|
|
frontend/logs/
|
|
jspm_packages/
|
|
web_modules/
|
|
bower_components/
|
|
.npm
|
|
.parcel-cache/
|
|
.cache/
|
|
.next/
|
|
out/
|
|
.nuxt/
|
|
.vuepress/dist
|
|
.temp
|
|
.docusaurus
|
|
.serverless/
|
|
.fusebox/
|
|
.dynamodb/
|
|
.tern-port
|
|
.vscode-test
|
|
.eslintcache
|
|
.stylelintcache
|
|
.rpt2_cache/
|
|
.rts2_cache_cjs/
|
|
.rts2_cache_es/
|
|
.rts2_cache_umd/
|
|
.nyc_output
|
|
coverage/
|
|
*.lcov
|
|
*.tsbuildinfo
|
|
*.pid
|
|
*.pid.lock
|
|
*.seed
|
|
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
lerna-debug.log*
|
|
.pnpm-debug.log*
|
|
.node_repl_history
|
|
*.tgz
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/build-state.yml
|
|
.yarn/install-state.gz
|
|
.yarn-integrity
|
|
.pnp.*
|
|
pids/
|
|
logs/
|