Files
2026-05-18 00:56:31 +02:00

54 lines
698 B
Plaintext

# ──── 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