Files
my-botty/.gitignore
alexpolo1 b9f6635f8f security: stop tracking cookies.txt, ignore secrets, drop personal paths
Pre-public cleanup:
- Remove cookies.txt from tracking (held live d2jsp session cookies
  member_id + msec) and delete the local copy
- .gitignore: cookies.txt, cookies_temp*, *.cookies, config/custom.ini
- fg_scrape_pipeline.sh: replace hardcoded /c/Users/alex/Downloads path
  and /c/Python313/python with a script-relative cd and $PYTHON from PATH

NOTE: cookies.txt still exists in git history (commit e3d6605) — a
history purge + cookie rotation is still required before going public.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-20 10:28:47 +02:00

90 lines
1.3 KiB
Plaintext

__pycache__/
.pytest_cache/
*_generated.py
playground.py
*.pyc
*.pyo
*.spec
dist/
build/
main.build/
main.dist/
main.onefile-build/
generated/
botty_v*/
custom.ini
config/custom.ini
config/custom.*.ini
config/*.local.ini
.vscode
.vs/
# Logs and run reports
log/
log/archive/
log/runs/
log/stats/
*.log
# Scraped data (cached web pages, URLs)
data/d2jsp_pages/
data/d2jsp_topic_urls.txt
# Debug files
debug_forum.html
# Generated/runtime price data (updated automatically by bot)
config/fg_daily_estimates.json
config/fg_prices.json
config/fg_prices.db
config/daily_prices.json
config/daily_prices_history.json
config/traderie_prices.json
# Screenshots (debug/test captures)
screenshots/
# Tools dev cache
tools/__pycache__/
# Build artifacts
botty_v*/
botty_v*.zip
.venv
.env
.env.*
!.env.example
*.bak
.coverage
htmlcov/
# Secrets / account-specific — never commit
cookies.txt
cookies_temp*
*.cookies
config/custom.ini
coverage.xml
utils/live-view/
config/bnip/*
!config/bnip/.gitkeep
stats/
info_screenshots/
item_error_screenshots/
loot_screenshots/
pickit_screenshots/
*info_log_parsed.txt
*info_*.png
blizzpw.txt
# Local user/workspace files
.claude/
GEMINI.md
test_config_load.py
# Debug directory
botty_debug/
# per-user character profiles (survive git pulls)
config/profiles/
config/active_profile.txt