mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-25 22:26:34 +00:00
gitignore more dev files
This commit is contained in:
parent
3746765007
commit
65fc74efdb
1 changed files with 7 additions and 6 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
|
@ -32,10 +32,11 @@ python_shim/build/
|
|||
*.envrc
|
||||
|
||||
# Development with Python
|
||||
python/prophet/bin/
|
||||
python/prophet/etc/
|
||||
python/prophet/lib/
|
||||
python/prophet/pyvenv.cfg
|
||||
python/prophet/share/
|
||||
python/prophet/stan_model/
|
||||
python/**/bin/
|
||||
python/**/etc/
|
||||
python/**/lib/
|
||||
python/**/lib64
|
||||
python/**/pyvenv.cfg
|
||||
python/**/share/
|
||||
python/**/stan_model/
|
||||
.Rproj.user
|
||||
|
|
|
|||
Loading…
Reference in a new issue