# 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
GITHUB_READINESS_REPORT.md
docs/PYPI_PUBLISHING.md
# Virtual environments
.venv/
venv/
ENV/
env/

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

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

# Generated files
output/
test_output/
*.pyc

# Test binary files
tests/**/*.bin

# OS
.DS_Store
Thumbs.db

# Backup files
*.bak
*.backup

# UV
uv.lock

# VS Code Extension build artifacts
vscode_extension/**/node_modules/
vscode_extension/**/out/
vscode_extension/**/*.tsbuildinfo
vscode_extension/**/*.vsix
vscode_extension/**/dist/
vscode_extension/**/.cache/

# TypeScript build artifacts
*.tsbuildinfo
*.js.map
*.d.ts.map

# Generated files (Langium)
vscode_extension/**/src/generated/
