# Byte-compiled / optimized / DLL files
*.py[cod]

# PyCharm project files
.idea/

# Vim / Notepad++ temp files
*~

# Coverage output
.coverage

# Documentation build folders.
docs/src/*
target/*
/venv/
/run_pycharm.bat
/.nox/
/build/
/coverage.xml
/.zip/

# C++ build artifacts
*.o
*.obj
*.a
*.lib
*.dll
*.so
*.dylib
*.exe
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*.cbp

# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheelhouse/
.ruff_cache
*.egg-info/
.installed.cfg
*.egg

# Unit test / coverage reports
htmlcov/
.tox/
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Sphinx documentation
docs/_build/
docs/generated/

# Environments
.env
.venv
venv/
ENV/
env.bak/
venv.bak/

# CMake build directories
_build/
_skbuild/
_cmake_build/
/temp_build.bat
/run-ide.bat
/PRD.md
/wheelhouse/
/docs/auto_examples/
