mirror of
https://github.com/shawnkim1997/All-in-one-Financial-Analysis.git
synced 2026-08-24 07:58:05 +00:00
27 lines
344 B
Plaintext
27 lines
344 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Local env
|
|
.env
|
|
.env.local
|
|
|
|
# Frontend
|
|
apps/web/node_modules/
|
|
apps/web/.next/
|
|
apps/web/.next-dev/
|
|
apps/web/out/
|
|
apps/web/test-results/
|
|
apps/web/playwright-report/
|
|
|
|
# Local databases and personal data exports
|
|
server/data/*.db
|
|
server/data/*.db-*
|
|
data/
|
|
|
|
# macOS
|
|
.DS_Store
|