# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
build/
dist/
.eggs/
*.egg-info/
*.egg

# Virtual environments
.venv/
.venv*/
.env
.env.*

# Unit test / coverage reports
.coverage
.coverage.*
.cache/
.pytest_cache/
htmlcov/
coverage.xml

# Type checkers and linters
.mypy_cache/
.ruff_cache/

# Editors/IDE
.vscode/
.idea/

# OS files
.DS_Store

# Jupyter
.ipynb_checkpoints/

# Local certificates (do not commit private keys)
certs/*.pem

# Logs
*.log

# Brand fonts — fetched at build/dev time by scripts/fetch_brand_fonts.sh.
# The README is tracked so the directory stays in git.
app/services/reports/fonts/*.woff2
app/services/reports/fonts/*.woff
