Configure gitignore to track only src directory
This commit is contained in:
parent
7313efb7df
commit
c8a158a053
26
gru_sac_predictor/.gitignore
vendored
Normal file
26
gru_sac_predictor/.gitignore
vendored
Normal file
@ -0,0 +1,26 @@
|
||||
# Python cache
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Virtual environment
|
||||
.venv/
|
||||
venv/
|
||||
ENV/
|
||||
|
||||
# Data / Models / Results (if large or generated)
|
||||
data/
|
||||
models/
|
||||
results/
|
||||
logs/
|
||||
|
||||
# IDE / Editor specific
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
|
||||
# OS specific
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
cuda*
|
||||
Loading…
x
Reference in New Issue
Block a user