# Environment and credentials - CRITICAL: Never commit
.env
*.env
*.env.*
.env.local
.env.*.local

# Session/auth data - CRITICAL: Never commit
steam_session.json
steam_browser_auth.json
*_auth.json

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
venv/
ENV/
env/
.venv/

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# Playwright
playwright-report/
test-results/

# Logs and data
*.log
logs/
debug_*.png
*.png
*.csv
inventory*.csv

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/
.ruff_cache/

# uv
uv.lock

# Generated docs (but not README)
docs/

# Local plans/notes
plans/
