Files
kuma/.gitignore
T

61 lines
608 B
Plaintext

.env
.env.*
!.env.example
# Python generated files
__pycache__/
*.py[cod]
.pytest_cache/
# Python environments and tooling
.venv/
venv/
env/
ENV/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
*.egg-info/
dist/
build/
pip-wheel-metadata/
# Coverage and test reports
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
# Logs, temporary files, databases
*.log
*.tmp
*.temp
*.swp
*.swo
*.sqlite
*.sqlite3
*.db
# Compiled binaries and archives
*.o
*.a
*.so
*.dll
*.dylib
*.exe
*.bin
*.zip
*.tar
*.tar.gz
*.tgz
# IDE and OS files
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.DS_Store
Thumbs.db