syntax: glob

# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Agent scratch space (opencode sessions)
.agents/tmp/

# Virtual environments
.venv/

# tox
.tox/

# Build artifacts
dist/
*.egg-info/
*.whl
*.tar.gz

# Sphinx documentation build
docs/_build/

# Sphinx generated sources in source tree
src/stogger/_docs/

# Coverage reports
htmlcov/
.coverage
coverage.xml

# Pytest
.pytest_cache/

# Ruff
.ruff_cache/

# ty
.ty_cache/
ty_cache/

# complexipy
.complexipy_cache/

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

# OS
.DS_Store
Thumbs.db

# doit task runner
.doit.db
