# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
sdist/
wheels/
*.egg-link

# Virtual environments
.venv/
venv/
env/
ENV/

# uv
.uv/

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

# Type checking
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Docker
*.env.local

# Dist artifacts
dist/

# VS Code extension build artifacts
extensions/vscode/node_modules/
extensions/vscode/dist/
extensions/vscode/*.vsix
