# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Environment variables
.env
.env.local
.env.*.local

# Logs
logs/
*.log

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Tooling caches
.ruff_cache/
.playwright-mcp/

# MkDocs build output
site/

# Generated by hatch-vcs at build/install time
src/hkex_scraper/_version.py

# VDD process artifacts (internal; not published)
vdd/

# difflens local artifacts
.difflens/
