mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
41 lines
391 B
Text
41 lines
391 B
Text
# Local env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.python-version
|
|
|
|
# OS/editor
|
|
.DS_Store
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Go
|
|
.gocache/
|
|
/bin/
|
|
*.test
|
|
*.out
|
|
|
|
# Local binaries
|
|
rubick
|
|
msn-scraper
|
|
news-scraper
|
|
|
|
# Generated outputs
|
|
dist/
|
|
output/
|
|
*.db
|
|
*.db-shm
|
|
*.db-wal
|
|
output_*.json
|
|
screener_*.json
|
|
stocks_*.json
|
|
test_*.json
|
|
*.har
|
|
network_*.txt
|
|
response.html
|