cloud-incident / .gitignore
Elliot89's picture
feat: cloud incident response OpenEnv v0.1.0
37204eb
raw
history blame contribute delete
223 Bytes
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.env
.venv/
venv/
env/
ENV/
*.log
.DS_Store
.pytest_cache/
.mypy_cache/
.ruff_cache/
tests/
conftest.py
pyproject.toml
*.sqlite
*.pyd
*.dll
*.so
node_modules/