commitguard-env / .gitignore
Nitishkumar-ai's picture
Deployment Build (Final): Professional Structure + Blog
95cbc5b
raw
history blame contribute delete
339 Bytes
__pycache__/
*.py[cod]
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
ENV/
.uv-cache/
build/
dist/
*.egg-info/
commitguard.egg-info/
.DS_Store
# Local tooling / logs
wandb/
*.log
outputs/
# IDE
.vscode/
.idea/
# Temporary
*.tmp
temp_space/
temp_deploy/
temp_pip_*/
temp_write_probe/
unsloth_compiled_cache/
.venv-check/