# Python caches and local environments
__pycache__/
*.py[cod]
.venv/
venv/

# Local configuration and credentials
.env
.env.*

# Editor and operating system files
.idea/
.vscode/
.DS_Store
Thumbs.db

# Build and test output
build/
dist/
*.egg-info/
node_modules/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# Prepared browser assets (included explicitly in distributions)
src/gramlot/resources/

# Generated Sphinx documentation
docs/_build/
