# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyd
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# --- Generated Version File ---
python/pycauset/_version.py

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

# --- Testing & Coverage ---
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# --- C++ / CMake / Visual Studio ---
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.sln
*.slnx
*.dir/
*.lib
*.exp
*.dll
*.exe
*.pdb
*.ilk
*.obj
*.iobj
*.ipdb
*.tlog
_deps/
x64/
x86/
Debug/
Release/
RelWithDebInfo/
MinSizeRel/
out/

# --- IDEs / Editors ---
.vscode/
.idea/
*.swp
*.swo
*~

# --- Project Specific ---
benchmarks/
.pycauset/
*.pycauset
storage/
site/

# --- CTest output ---
Testing/

# --- Local binary artifacts (accidental) ---
/test_f32
/test_f32_2
/test_f32_res
/test_arnoldi_f32
/test_complex_scalar


documentation/dev/Agent Bootstrap.md
documentation/.obsidian/
documentation/internals/CURRENT_MISSION.md
4_Build wheels.txt

# --- Local Build Artifacts ---
.ccache/
wheelhouse/
tools/bin/
event.json
bin/
tools/test_release_locally.sh
