# ──── CMake ────
build/
bin/
cmake-build-*/
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
*.cmake
!CMakeLists.txt

# ──── Native ────
*.so
*.dll
*.dylib
*.o
*.a

# ──── Python ────
__pycache__/
*.py[cod]
.venv/
venv/
*.egg-info/
dist/
.pytest_cache/

# ──── Tools ────
tools/

# ──── IDEs ────
.idea/
*.iml
.vscode/
*.code-workspace

# ──── OS ────
.DS_Store
Thumbs.db

# Ignore Gradle project-specific cache directory
.gradle

# Ignore Gradle build output directory
build

# Ignore Kotlin plugin data
.kotlin


.claude

src/torchcs/server/src/com/mojang
src/torchcs/server/src/net/minecraft