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

# Virtual environments
.venv

# Testing / Coverage
.pytest_cache/
.tox/
.coverage
htmlcov/
coverage.xml

# Linting / Type checking
.ruff_cache/
.mypy_cache/

# OS files
.DS_Store
Thumbs.db

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

# Project-specific
.claude
.env
src/opendart_fss_mcp/_version.py
docs/plans/
