Update .gitignore

This commit is contained in:
2025-07-21 10:58:30 +02:00
parent 6761933581
commit 13434ce31a
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@@ -39,3 +39,4 @@ cmake-build*/**
puml/**
.vscode/settings.json
CMakeUserPresets.json
.claude

View File

@@ -6,7 +6,7 @@ from conan.tools.files import copy
class PlatformConan(ConanFile):
name = "pyclassifiers"
version = "1.0.3"
version = "X.X.X"
# Binary configuration
settings = "os", "compiler", "build_type", "arch"