mirror of
https://github.com/Sosokker/CPP-Neural-Network.git
synced 2025-12-19 02:24:03 +01:00
57 lines
647 B
Plaintext
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/
|