# Build artifacts
build/
dist/
*.egg-info/
src/prothon/_version.py

# Python cache
__pycache__/
*.py[cod]

# Test and coverage
.pytest_cache/
.coverage
htmlcov/
.ruff_cache/

# Prothon output
*_output/

# Environments
.venv/
venv/
