# ===================
# C++ / CMake
# ===================
build/
cmake-build-*/
CMakeFiles/
CMakeCache.txt
cmake_install.cmake
Makefile
*.a
*.o
*.obj
*.lib
*.dll
*.dylib
*.exe
compile_commands.json

# ===================
# CUDA
# ===================
*.cubin
*.fatbin
*.ptx
*.gpu
*.i
*.ii
*.cudafe*
*.module_id
*.hash
*.stub.c

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

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

# ===================
# Testing / Coverage
# ===================
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
Testing/
CTestTestfile.cmake

# ===================
# IDE / Editor
# ===================
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# ===================
# Logs
# ===================
*.log

# ===================
# Type checkers
# ===================
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# ===================
# Kiro IDE
# ===================
.kiro/
kiro/
.kiro