Files
fastAPI/.gitignore
Misaka_Company 0e7950d4c7 feat: add project config and database connection
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-11 10:59:57 +08:00

9 lines
71 B
Plaintext

.venv/
__pycache__/
*.pyc
.env
*.egg-info/
dist/
build/
.pytest_cache/