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

# Virtual Environments
.venv/
venv/
env/
ENV/

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/
eggs/
parts/
sdist/
var/
wheels/
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.pytest_cache/

# Type checking caching
.mypy_cache/
.pyre/
.typeguard/

# IDEs and Editors
.idea/
.vscode/
*.swp
*.swo
*~
.spyderproject
.spyproject

# Environment variables
.env
.env.local

# macOS specific
.DS_Store

# Project specific logs or local data
*.log
.sawtooth_journal.jsonl
.sawtooth_journal.*.jsonl.bak
sawtooth_compression_journal.jsonl
sawtooth_compression_journal.*.jsonl.bak
