CPP-Neural-Network/.gitignore
2023-08-22 01:07:50 +07:00

57 lines
647 B
Plaintext

# Compiled Object files
*.o
# Compiled Dynamic libraries
*.so
# Compiled Static libraries
*.a
# Compiled executables
*.exe
# Compiled binaries
/bin/
/build/
/out/
# CMake build directory
CMakeFiles/
CMakeCache.txt
CMakeScripts/
CMakeVars.txt
Makefile
cmake_install.cmake
# Visual Studio Code settings
.vscode/
# Compiled binaries for Windows
*.dll
*.lib
# MacOS specific files
.DS_Store
# Compiled Python files
__pycache__/
# Ignore any logs or temporary files
*.log
*.tmp
# Ignore user-specific project files
.idea/
*.suo
*.user
*.sln.docstates
# Ignore user-specific files
*.swp
*~
# Ignore project dependencies
/bin/
/build/
/out/