# 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
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/

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

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

# Reports (user-generated)
reports/*/
!reports/.gitkeep
!reports/**/.gitkeep
data/reports/
!data/reports/.gitkeep
!data/reports/**/.gitkeep

# Local sqlite DB (dev only)
data/redveil.db
data/redveil-ui.db
data/redveil-ui.db-shm
data/redveil-ui.db-wal
data/reports/

# Playwright test artifacts (regenerated on each run)
ui/frontend/test-results/*.png

# Local config
.env
.env.local
*.local.yaml

# Design source — not shipped in public release.
# Exception: PYPI-shots/ is tracked (used in the published redveil-ui README).
Mockup-Redveil/*
!Mockup-Redveil/PYPI-shots/

# Lab integration tests — require Docker, not for public release
tests/lab/
tests/test_e2e_lab.py
tests/test_negative_testing.py

# redveil_ui runtime artifacts (never commit)
redveil_ui/*.db
redveil_ui/*.db-wal
redveil_ui/*.db-shm
redveil_ui/data/
