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

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

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

# UV
.uv/
uv.lock

# Testing
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.tox/
nosetests.xml

# Linting & formatting caches
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# Environment variables & secrets
.env
.env.local
*.local

# MkDocs
site/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log
logs/

# Temporary files
tmp/
temp/

# kdream local cache (not the global ~/.kdream)
.kdream_cache/
