14 lines
243 B
Plaintext
14 lines
243 B
Plaintext
# Secrets and machine-specific configuration
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Local runtime, tooling, and agent artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
.ruff_cache/
|
|
.pi-subagents/
|
|
|
|
# Collected account activity may contain private data
|
|
play-history.jsonl
|