-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy path.gitignore
45 lines (41 loc) · 831 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
**/images/hidden/*
# Note: Any leading '**' need to be followed by a '/'.
# Seems like '**/thing_to_ignore_always[/*]' covers all bases.
**/.*.swp
**/.log
**/tmp*
**/.idea/*
**/.ipynb_checkpoints/*
**/__pycache__/*
**/*.pyc
**/*.h5/*
**/out/**
.cache/**
**/.cache/**
**/pretrained/**
**/notebooks/*.txt
.DS*
**/.DS*
# Muh training scripts.
overnight.sh
experimental.sh
tests/macros/**
compact.sh
# Ignore collection of useful tf files that once
# existed in tf repo but have since been removed.
# They will be missed.
**/reference/*
**/saved_train_data/**
/webpage/data_dev.db
/notebooks/reference/
/notebooks/.ipynb_checkpoints/
# TEMP:
**/frozen_models/*
**/ubuntu/*
**/data_dev.db
**/data_test.db
/webpage/deepchat/static/assets/frozen_models/
/configs/test_lstm.yml
/configs/cornell.yml
/ae.py
**/individual_tb_plots/*