SmartDocAI / .gitignore
TilanB's picture
Initial commit for Hugging Face Space
50fcf88
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# PyInstaller
*.manifest
*.spec
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
# Environments - IMPORTANT: Keep .env out of repo
.env
.env.local
.env.*.local
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.vs/
# Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates
# Jupyter Notebook
.ipynb_checkpoints
# pyenv
.python-version
# Logs
logs/
*.log
# Database
*.db
*.sqlite3
# ChromaDB / Vector stores - Recreated at runtime
chroma_db/
*.chroma
# Cache - Recreated at runtime
.cache/
cache/
document_cache/
*.pkl
# OS files
.DS_Store
Thumbs.db
# Temporary files
tmp/
temp/
*.tmp
# Hugging Face Spaces
.gradio/
flagged/