# Python caches / artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/

# Virtualenvs
.venv/
venv/
ENV/
env/

# Local env/secrets
.env
.env.*
!.env.example

# App runtime data (uploads, local storage)
data/
data/uploads/

# Logs
*.log


# Build output
dist/
dist_pkg/
*.egg-info/
# Dashboard bundle staged by scripts/build_frontend.py
src/atherdlp_server/static/
