amide-models / .gitignore
Samarth Naik
Initial commit: Flask app with ML models for breach prediction
6e9f386
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# Virtual environments
venv/
env/
ENV/
env.bak/
venv.bak/
.conda/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
# Environment variables
.env
.env.local
.env.production
.env.staging
# Logs
*.log
logs/
output.log
# Temporary files
temp_*.csv
backup_*.csv
*_temp.csv
tmp/
temp/
# Model outputs (these change with each run)
*_predictions.csv
breach_predictions.csv
lightgbm_breach_predictions.csv
xgb_ae_breach_predictions.csv
xgb_lstm_predictions.csv
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Flask
instance/
.webassets-cache
# PyTorch
*.pth
*.pt
# TensorFlow
*.pb
*.h5
saved_model/
# Data files (uncomment if you don't want to track large datasets)
# *.csv
# *.json
# *.xlsx
# *.parquet
# Hugging Face specific
.git-credentials
# Docker
.dockerignore