mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
ref:Cleaned the Structure
This commit is contained in:
17
.gitignore
vendored
17
.gitignore
vendored
@@ -48,9 +48,11 @@ Thumbs.db
|
||||
# Streamlit
|
||||
.streamlit/secrets.toml
|
||||
|
||||
# Reports
|
||||
# Reports and generated files
|
||||
reports/*.json
|
||||
reports/*.pdf
|
||||
reports/*.csv
|
||||
reports/*.html
|
||||
|
||||
# Logs
|
||||
*.log
|
||||
@@ -59,4 +61,17 @@ reports/*.pdf
|
||||
*.csv
|
||||
!Datasets/loan_data.csv
|
||||
|
||||
# Node.js & Next.js
|
||||
node_modules/
|
||||
.next/
|
||||
out/
|
||||
.vercel
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# Frontend build artifacts
|
||||
frontend/nordic-privacy-ai/.next/
|
||||
frontend/nordic-privacy-ai/out/
|
||||
frontend/nordic-privacy-ai/node_modules/
|
||||
|
||||
Data
|
||||
Reference in New Issue
Block a user