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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Coverage / test artefacts
.coverage
htmlcov/
.pytest_cache/
*.log

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# Bundled frontend build (produced by the alc-ui frontend's `npm run build:alc`)
src/alc/ui/static/
