46 lines
541 B
Plaintext
46 lines
541 B
Plaintext
# Python environments and generated caches
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.build-cache/
|
|
dist/
|
|
release/
|
|
*.spec
|
|
.venv/
|
|
venv/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.mypy_cache/
|
|
.coverage
|
|
htmlcov/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
|
|
# Local agent configuration and indexes
|
|
.pi/
|
|
.codegraph/
|
|
|
|
# Credentials, browser state and captured account data
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
*.pem
|
|
*.key
|
|
*.har
|
|
*.jsonl
|
|
*cookie*.json
|
|
*cookie*.txt
|
|
browser-profile/
|
|
/src/*.json
|
|
/docs/*-current-account-profile.md
|
|
|
|
# Editor and temporary files
|
|
.idea/
|
|
.vscode/
|
|
.DS_Store
|
|
*.log
|
|
*.tmp
|
|
*.swp
|
|
*~
|