ML-Learner / python_backend /.gitignore
VashuTheGreat2's picture
Upload folder using huggingface_hub
c01955c verified
# πŸ”₯ Logs
logs/
*.log
# πŸ”₯ SQLite Database
db.sqlite
db.sqlite-shm
db.sqlite-wal
# πŸ”₯ ML Generated Files (plots, outputs)
fig/
outputs/
artifacts/
# πŸ”₯ Python cache
**pycache**/
*.pyc
*.pyo
*.pyd
*.pyc.*
# πŸ”₯ Virtual Environment
venv/
.env/
.venv/
env/
# πŸ”₯ Environment variables
.env
.env.*
# πŸ”₯ Jupyter Notebook
.ipynb_checkpoints/
# πŸ”₯ VS Code
.vscode/
# πŸ”₯ PyCharm
.idea/
# πŸ”₯ OS files
.DS_Store
Thumbs.db
# πŸ”₯ Build / Distribution
build/
dist/
*.egg-info/
# πŸ”₯ Testing
.pytest_cache/
.coverage
# πŸ”₯ Model files (optional - ML projects)
*.h5
*.pt
*.pth
*.joblib
*.pkl
# πŸ”₯ Temporary files
*.tmp
*.temp
*zip
python_backend/notebook/resume-score-details/
python_backend/notebook/*.zip