Files
fastAPI/.gitignore
Misaka_Company b1e369e9f3 chore: remove settings.yaml from tracking and add to .gitignore
Contains database credentials, should not be versioned.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-12 09:56:54 +08:00

13 lines
150 B
Plaintext

.venv/
__pycache__/
*.pyc
.env
*.egg-info/
dist/
build/
.pytest_cache/
.claude/
# Config with secrets
config/settings.yaml
config/settings.local.yaml