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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

# Type checking / linting
.mypy_cache/
.ruff_cache/
.pytype/

# Testing
.pytest_cache/
htmlcov/
.coverage
.coverage.*
coverage.xml
*.cover

# HEBBS data (RocksDB)
hebbs-data/
.hebbs/

# Environment / secrets
.env
.env.*

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

# Jupyter
.ipynb_checkpoints/

# Generated proto stubs are committed; ignore build artifacts from codegen
*_pb2.pyi
