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

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

# C++ / CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.vcxproj
*.vcxproj.filters
*.sln
*.slnx
*.dir/
*.lib
*.exp
*.dll
*.exe
*.pdb
*.ilk
*.obj
compile_commands.json
CTestTestfile.cmake
_deps/
x64/
Debug/
Release/
RelWithDebInfo/
MinSizeRel/

# VS Code
.vscode/
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# PyCauset Specific
.pycauset/
*.pycauset
*.pyd
*.bin
test_*.bin
*_test.bin

# Documentation
.obsidian/workspace
.obsidian/cache
