# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Version file (auto-generated by hatch-vcs)
stock_data_mcp/_version.py

# Virtual environments
.venv

# Lock file (library, not application)
uv.lock

# Local / AI tools
.claude/
CLAUDE.md
PLAN.md
ARCHITECTURE_ANALYSIS.md

# Environment variables (contains secrets)
.env
.env.local
.idea
.cache

.DS_Store
output.txt
Thumbs.db

# Logs
*.log

# Local tests (not for upload)
tests/
pytest.ini
.pytest_cache/

