# Reference/source repos kept locally (not part of this package)
company-crawler/
company-common/

# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

# Virtual environments
.venv/
venv/
env/

# Note: uv.lock is intentionally committed for reproducible installs.

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Runtime caches (crawler cache_dir)
.cache/

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Local notes — never published
SETUP_ENVIRONMENT.md

# Local secrets — NEVER commit these
token
*.token
secrets*

# Environment variables
.env
.env.*

# Editors / OS
.vscode/*
!.vscode/settings.json
!.vscode/extensions.json
.idea/
.DS_Store
