# This file has been generated from an external template. Please do not modify it directly.
# Changes should be contributed to https://github.com/munich-quantum-toolkit/templates.

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

# Packaging
/build/
/dist/
.eggs/
*.egg
*.egg-info/
/_skbuild/
/wheelhouse/

# Testing
.coverage
.coverage.*
.hypothesis/
.nox/
.pytest_cache/
.tox/
*.cover
*.profraw
coverage.xml
htmlcov/

# Documentation
docs/_build/
docs/**/build/
docs/api/

# Environments
.env
.env.*
!.env.example
!.env.*.example
.venv/
env/
venv/

# Tool caches
.cache/
.mypy_cache/
.pyre/
.pytype/
.ruff_cache/
.rumdl_cache/

# Jupyter
.ipynb_checkpoints/

# Versioning
python/**/_version.py
src/**/_version.py

# CMake
.ccache/
/build_*/
/cmake-build-*/
/out/build/
test/**/build/
CMakeCache.txt
CMakeFiles/
CMakeUserPresets.json
CTestTestfile.cmake
cmake_install.cmake
compile_commands.json

# Editors
.idea/
.vs/
.vscode/
*.swp
*~

# Claude
.claude/
CLAUDE.md

# Operating systems
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Thumbs.db
ehthumbs.db
