CoolFace
Apppublic

bothari01/secops-env

sourceHugging Facebsd-3-clauseupdated 6mo agoView on Hugging Face
0likes
.gitignore82 linesDownload Raw Back to root
1# Byte-compiled / optimized / DLL files2__pycache__/3*.py[cod]4*$py.class5 6# C extensions7*.so8 9# Distribution / packaging10.Python11build/12develop-eggs/13dist/14downloads/15eggs/16.eggs/17lib/18lib64/19parts/20sdist/21var/22wheels/23*.egg-info/24.installed.cfg25*.egg26 27# PyInstaller28*.manifest29*.spec30 31# Installer logs32pip-log.txt33pip-delete-this-directory.txt34 35# Unit test / coverage reports36htmlcov/37.tox/38.nox/39.coverage40.coverage.*41.cache42nosetests.xml43coverage.xml44*.cover45*.py,cover46.hypothesis/47.pytest_cache/48 49# Translations50*.mo51*.pot52 53# Environments54.env55.venv56env/57venv/58ENV/59env.bak/60venv.bak/61 62# IDE63.idea/64.vscode/65*.swp66*.swo67*~68 69# OS70.DS_Store71Thumbs.db72 73# Outputs74outputs/75*.log76 77# uv lock file78uv.lock79 80# Benchmark results81benchmark_results.json82