32 lines
311 B
Plaintext
32 lines
311 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
MANIFEST
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Environments
|
|
.env
|
|
|
|
# FastAgent runtime
|
|
fastagent.secrets.yaml
|
|
fastagent.jsonl
|
|
.fast-agent/sessions/
|
|
|
|
# Editor
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.pypirc
|