# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
env/
ENV/
.python-version

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/

# Type checking
.mypy_cache/
.pyre/
.pytype/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project-specific
# Don't commit real customer telematics data — only synthetic samples
# in tests/fixtures or apps/demo/data.
*.csv
*.parquet
data/
secrets/
.env
.env.local

# Lock down raw provider uploads at the repo root specifically.
# Subdirectory xlsx (e.g. apps/demo/data/sample_trakzee.xlsx) is fine.
/trakzee_export.xlsx
/*.xlsx

# Allow synthetic sample data shipped with the library.
!tests/fixtures/*.json
!tests/fixtures/*.jsonl
!apps/demo/data/
!apps/demo/data/**

# Logs
*.log

# Ruff
.ruff_cache/

# Documentation builds
docs/_build/
site/
site/
