Files
tai/.gitignore
zphinx 17fd96680b
Some checks failed
CI / test (push) Failing after 1s
push
Co-authored-by: Copilot <copilot@github.com>
2026-05-04 03:43:41 +02:00

27 lines
248 B
Plaintext

# Python cache and bytecode
__pycache__/
*.py[cod]
*.pyo
# Virtual environments
.venv/
venv/
# Tool caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
# Build artifacts
build/
dist/
*.egg-info/
*.spec
# Coverage
.coverage
htmlcov/
# IDE
.vscode/