# Local project data
AGENTS.md
/logqbit_example/
/src/logqbit/assets/*.ico

# Python bytecode and native extensions
__pycache__/
*.py[codz]
*.so

# Environments and local configuration
/.venv/
.env
.envrc
.pypirc

# Builds and installed-package metadata
/build/
/dist/
/wheels/
*.egg-info/

# Test, lint, and type-check caches
/.pytest_cache/
/.ruff_cache/
/.mypy_cache/
/.pytype/
/.coverage
/.coverage.*
/htmlcov/

# Documentation and notebook output
/site/
/docs/_build/
.ipynb_checkpoints/

# OS metadata
.DS_Store
