odatalogparser / .gitignore
pilotstuki's picture
Fix file upload CORS issue for HF Spaces
3dce5a4
Raw
History Blame Contribute Delete
510 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Streamlit (keep .streamlit/config.toml for HF Spaces configuration)
# .streamlit/secrets.toml should remain private if you add it
# Log files (example/sample files - users will upload their own)
*.log
# PDF files (example reports/analysis)
*.pdf
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db