TruthCheck / .gitignore
adnaan05's picture
Clean up cache files and add .gitignore
36b296e
raw
history blame
335 Bytes
# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
# Model files (will be downloaded from Google Drive)
models/
*.pt
*.pth
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
# OS
.DS_Store
Thumbs.db
# Data files
data/
*.csv
*.json
# Logs
*.log
# Jupyter notebooks
.ipynb_checkpoints/
# Temporary files
*.tmp
*.temp