scam / .gitignore
Gankit12's picture
Update .gitignore
1273946 verified
# ScamShield AI - Git Ignore Configuration
# =====================================================
# 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
# =====================================================
# Virtual Environments
# =====================================================
venv/
.venv/
ENV/
env/
.env
.env.local
.env.*.local
# *.env
!.env.example
# =====================================================
# IDE / Editor
# =====================================================
.idea/
.vscode/
*.swp
*.swo
*~
.project
.cursor/
.pydevproject
.settings/
*.sublime-project
*.sublime-workspace
# =====================================================
# Testing
# =====================================================
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
# =====================================================
# Jupyter Notebooks
# =====================================================
.ipynb_checkpoints/
*.ipynb
# =====================================================
# ML Models & Data
# =====================================================
*.pt
*.pth
*.h5
*.pkl
*.joblib
/models/
chroma_data/
chroma_data/
*.onnx
# HuggingFace cache (models downloaded at runtime)
.cache/
.huggingface/
transformers_cache/
# =====================================================
# Logs
# =====================================================
*.log
logs/
# =====================================================
# OS Generated
# =====================================================
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
desktop.ini
# =====================================================
# Docker
# =====================================================
docker-compose.override.yml
# =====================================================
# Data Files
# =====================================================
data/*.csv
data/*.json
data/*.jsonl
!data/.gitkeep
# =====================================================
# Secrets & Credentials
# =====================================================
*.pem
*.key
secrets/
credentials/
# =====================================================
# Build Artifacts
# =====================================================
*.manifest
*.spec
# =====================================================
# Misc
# =====================================================
.cache/
tmp/
temp/
*.pyc
*.pyo
*.pyd
.Python
# Database files
*.db
*.sqlite
*.sqlite3
# Environment and secrets
*.secret
*.token
secrets.json
config.json
# Windows specific
*.lnk
$RECYCLE.BIN/
# Mac specific
.AppleDouble
.LSOverride
# Python virtual environment
pip-log.txt
pip-delete-this-directory.txt
# Coverage reports
.coverage.*
coverage/
*.cover
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype static type analyzer
.pytype/
# Celery
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# pipenv
Pipfile.lock
# PEP 582
__pypackages__/
# Celery stuff
celerybeat-schedule
celerybeat.pid
# Sphinx documentation
docs/_build/
# PyBuilder
target/
# pyenv
.python-version
# IDEs
*.sublime-workspace
*.sublime-project
.vscode/
.idea/
*.iml
*.ipr
*.iws
# OS
.DS_Store
Thumbs.db
desktop.ini
# Project specific
*.log
logs/
*.pid
*.seed
*.pid.lock