Files
everything-is-suitable/.gitignore
T
zhangxiang 64a1ce7bcd fix(algorithm): 修复紫微斗数核心算法错误并补全紫微星安星法
全网交叉验证发现三处算法错误(信源:uranaischool.com、pvlib/NOAA、feiyuntiegui.com等):

1. 四化飞星映射修复:替换错误的化禄/化权映射(原来10项仅4项正确),
   新增化科/化忌映射,采用主星派标准四化表

2. 紫微星安星法补全:实现完整公式(五行局+农历日),
   新增五虎遁命宫天干、纳音五行速算、紫微系/天府系14主星正确排列

3. 真太阳时公式勘误:修正Spencer(1971)两个已知系数错误
   (0.000075→0.0000075, 0.04089→0.040849)

新增 docs/ALGORITHM_KNOWHOW.md 永久性算法知识库
2026-08-12 21:56:12 +08:00

212 lines
2.8 KiB
Plaintext

# ==================== Node.js / Vue / UniApp ====================
node_modules/
.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.eslintcache
.node_repl_history
*.tgz
.yarn-integrity
.pnp.*
.yarn/cache
.yarn/unplugged
.yarn/build-state.yml
.yarn/install-state.gz
# ==================== Build Outputs ====================
dist/
build/
.nuxt/
.output/
.vercel/
.svelte-kit/
.vite/
.vite-cache/
*.tsbuildinfo
dist-ts/
# ==================== Testing & Coverage ====================
coverage/
.nyc_output/
.nyc_cache/
test-results/
playwright-report/
test-reports/
.vitest-cache/
.pytest_cache/
.hypothesis/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# ==================== TypeScript ====================
*.tsbuildinfo
dist-ts/
typings/
# ==================== IDE & Editors ====================
.idea/
.vscode/
*.iml
*.swp
*.swo
*.swn
*~
.settings/
.classpath
.project
*.un~
Session.vim
# ==================== OS Generated ====================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Icon?
VolumeIcon.icns
# ==================== Environment & Secrets ====================
.env
.env.local
.env.*.local
.env.development.local
.env.test.local
.env.production.local
.env.staging.local
.env.backup
*.pem
*.key
*.crt
*.cert
secret.*
private.*
.venv/
venv/
ENV/
env/
env.bak/
venv.bak/
# ==================== Logs ====================
logs/
*.log
# ==================== Python ====================
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
.eggs/
eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
*.mo
*.pot
local_settings.py
db.sqlite3
db.sqlite3-journal
instance/
.webassets-cache
.scrapy
docs/_build/
.ipynb_checkpoints
profile_default/
ipython_config.py
.python-version
Pipfile.lock
__pypackages__/
celerybeat-schedule
celerybeat.pid
*.sage.py
.spyderproject
.spyproject
.ropeproject
/site
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
# ==================== UniApp / Mobile ====================
bin-debug/
bin-release/
[Oo]bj/
[Bb]in/
*.swf
*.air
*.ipa
*.apk
# ==================== Cache ====================
.cache/
.grunt/
bower_components/
jspm_packages/
.lock-wscript/
.fusebox/
.dynamodb/
.tern-project
.tern-port
.tern-defs
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
temp-vite/
temp/
tmp/
# ==================== Test Output ====================
dogfood-output/
# ==================== Misc ====================
*.backup
*.tmp
*.temp
*.crx
*.xpi
*.zip
local-config.js
config/local.js
# ==================== AI Tools ====================
.lingma/
# ==================== Trae (keep hooks/settings, ignore runtime) ====================
.trae/rules/
.trae/.suppress-hooks
.trae/hooks/.suppress-hooks
# agents
AGENTS.md