# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
#
# SPDX-License-Identifier: MPL-2.0

# Generated files
*.egg-info
PYPI_VERSION
build/
wheelhouse/

# temporary_files
__pycache__/
*.stackdump
.coverage
.ipynb_checkpoints/
.mypy_cache/
.pytest_cache/
cov_html/
python_coverage.xml

# Virtual environment
venv*/
.venv*/

# Data:
data/

# IDE
.idea/
.vscode/

# docs
docs/_build/
docs/_static/
docs/_templates/
docs/make.bat
docs/Makefile
