# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Build artifacts
build/
dist/
*.egg-info/

# Virtual environments
.venv/
venv/
env/

# Local secrets and runtime state
.env
.env.*
.maimai-cli/
cookies.json
actions.json
refs.json
context.json

# Local test/scratch outputs
tmp/
*.log
*.out
maimai_*.json
*_feed_*.json
*_comments_*.json

# OS/editor
.DS_Store
.idea/
.vscode/
