# Byte-compiled / cache
__pycache__/
*.py[cod]
*$py.class

# Build / packaging artifacts
build/
dist/
*.egg-info/
.eggs/

# Test / lint caches
.pytest_cache/
.cache/
.ruff_cache/
.coverage
htmlcov/

# Docs build output
docs/_build/
site/

# Virtual environments
.venv/
venv/
env/

# Editors / IDE
.history/
.vscode/
.idea/

# OS cruft
.DS_Store
Thumbs.db

# The local workspace. `projects/` is created at runtime by create_project()/the GUI
# and holds whatever the user is working on, so none of it belongs in the repository.
# The two demo projects ship inside the package (src/microgridspy/examples/), and the
# Kalobeyei case studies are published as a separate archive - see docs/examples/.
projects/
