53d666f0e0
This tracks compose and source files for mcp-stub/phoenix while excluding local runtime data and wheel artifacts. Made-with: Cursor
26 lines
211 B
Plaintext
26 lines
211 B
Plaintext
.venv/
|
|
.venv-*/
|
|
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov/
|
|
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
*.log
|
|
.DS_Store
|
|
|
|
# Runtime artifacts
|
|
*.whl
|
|
phoenix/data/
|