# Byte-compiled / optimized / DLL files
__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
pip-wheel-metadata/

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

# Testing / coverage / type checkers
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
coverage.xml
*.cover

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

# Local Tselora runtime data (authoritative event logs live here)
.agent-devtools/
.agent-devtools/runs/

# Node / React
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnpm-store/
dist/
.next/
out/
.turbo/
*.tsbuildinfo

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
.Spotlight-V100
.Trashes

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
*~
.project
.settings/

# Jupyter
.ipynb_checkpoints/

# Logs
*.log
logs/
