mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 03:04:21 +01:00
23 lines
189 B
Plaintext
23 lines
189 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.build/
|
|
build/
|
|
dist/
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.venv/
|
|
.conda/
|
|
.env
|
|
.DS_Store
|
|
openapi.json
|
|
site/
|
|
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|