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

# Distribution / packaging
.Python
build/
!scripts/build/
!scripts/build/*.py
!scripts/build/*.md
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-scaffold/
venv/
ENV/
env/

# Unit test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
pytest-results.xml
codeql-results.sarif
.codeql-db/
*.cover
.hypothesis/

# Type checkers
.ty_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db


# Local secrets and environment
.env
.env.*
!.env.example
*.pem
*.key
credentials.json
secrets/

# OpenTide client / detection instance checkouts (injected alongside CoreTide)
*-repo/
*sentinel-repo/
*client-repo/
client-instances/
instances/
local-instance/

# Generated / staging outputs from engines and pipelines
staging/
output/
generated/
*.log

# Hatch-VCS generated version file
src/opentide/_version.py
