mirror of
https://github.com/PlatypusPus/MushroomEmpire.git
synced 2026-02-07 22:18:59 +00:00
77 lines
796 B
Plaintext
77 lines
796 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
output
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.venv
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Streamlit
|
|
.streamlit/secrets.toml
|
|
|
|
# Reports and generated files
|
|
reports/*.json
|
|
reports/*.pdf
|
|
reports/*.csv
|
|
reports/*.html
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Data (keep demo dataset)
|
|
*.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 |