Markit_v2 / .gitignore
AnseMin's picture
Update .gitignore to ignore all log files by changing the pattern from '==' to '='. This ensures that log files are properly excluded from version control.
6b709cc
# 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
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Tesseract
tessdata/
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea/
.vscode/
*.swp
*.swo
*~
# OS specific
.DS_Store
Thumbs.db
# Virtual environment
.venv/
venv/
ENV/
# Distribution / packaging
*.egg-info/
# Local Gradio files
.gradio/
# IDE specific files
*.swp
*.swo
# Backup folder
/backup
# Specific files to ignore
README_HF.md
requirement.txt
.env_example
test_gemini_parser.py
# Ignore documents folder
/documents/
/documents/*
# Ignore tessdata folder
/tessdata/
/tessdata/*
# Ignore .venv folder
.venv/
# Ignore Claude.md
Claude.md
# Ignore backup
app_backup.py
#Ignore .claude
.claude/
# Ignore data folder
/data/
# Ignore logs
=*