You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
75 lines
787 B
75 lines
787 B
# dirs
|
|
build/
|
|
data/
|
|
data_backup/
|
|
exps/
|
|
summary/
|
|
|
|
|
|
# Most frequently used
|
|
*.log
|
|
__pycache__/
|
|
*.py[cod]
|
|
.vscode/ # VS Code
|
|
.idea/ # PyCharm
|
|
*.pth # PyTorch models
|
|
*.csv
|
|
|
|
|
|
# Python
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
*.egg
|
|
*.egg-info/
|
|
dist/
|
|
eggs/
|
|
parts/
|
|
var/
|
|
wheels/
|
|
.installed.cfg
|
|
MANIFEST
|
|
|
|
# CMake
|
|
CMakeCache.txt
|
|
CMakeFiles/
|
|
cmake_install.cmake
|
|
CMakeScripts/
|
|
Testing/
|
|
Makefile
|
|
*.cmake
|
|
!CMakeLists.txt
|
|
compile_commands.json
|
|
CTestTestfile.cmake
|
|
_deps/
|
|
libtorch/
|
|
|
|
# Environment
|
|
.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# Project specific
|
|
data_backup/
|
|
exps/
|
|
summary/
|
|
*.zip
|
|
|
|
# Logs (additional)
|
|
log/
|
|
logs/
|
|
*.log.*
|
|
.logs/
|
|
|
|
# Editor temp files
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS specific
|
|
.DS_Store # Mac
|
|
Thumbs.db # Windows
|