# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
dist/
build/
.venv/
venv/
.env
.python-version

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

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

# Generated test projects
/tmp/
/out/
tmpcms-local-test/
*-local-test/
*.lock
!uv.lock

# Docs
site/

# OS
Thumbs.db
