# Prerequisites
*.d

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.gch
*.pch

# Compiled Dynamic libraries
*.so
*.dylib
*.dll

# Fortran module files
*.mod
*.smod

# Compiled Static libraries
*.lai
*.la
*.a
*.lib

# Executables
*.exe
*.out
*.app

# Build directories
build/
output/

# Test directories
test_output/

# Third party dependencies (managed by CMake FetchContent)
third_party/googletest-*/
third_party/libevent-*/
third_party/nlohmann_json-*/
third_party/http_parser-*/
third_party/nlohmann_json_schema_validator-*/

# Temporary files
*.txt
*.log
!CMakeLists.txt

# IDE files
.vscode/
.idea/
.claude/
*.swp
*.swo

# OS generated files
.DS_Store
Thumbs.db
