CoolFace
Apppublic

RohanExploit/Meta-hackathon

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
.gitignore38 linesDownload Raw Back to root
1# Python2__pycache__/3*.pyc4*.pyo5*.pyd6*.egg-info/7 8# Virtual environments9.venv/10venv/11 12# Testing13.pytest_cache/14.coverage15htmlcov/16 17# Type checking / linting18.mypy_cache/19.ruff_cache/20 21# IDE / editor22.claude/23.vscode/24.idea/25*.swp26*.swo27 28# Build artifacts29dist/30build/31 32# RAG vectorstore33vectorstore/34 35# Environment files36.env37.env.local38