# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.venv/
venv/
ENV/

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

# Testing
.pytest_cache/
.coverage
coverage.xml
junit.xml
htmlcov/
.tox/
.nox/

# Type checking
.pyright/

# Build
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# uv (lock file is committed for reproducible builds)

# Local cache
.yet_another_figma_mcp/

# Version file (auto-generated)
src/yet_another_figma_mcp/_version.py

# OS
.DS_Store
Thumbs.db

# Real Figma API responses (too large for git, use sample_design_system.json for tests)
tests/fixtures/figma_file_*.json
!tests/fixtures/sample_design_system.json
