-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (69 loc) · 1.6 KB
/
.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
build-stamp
configure-stamp
debian/python-reahl/
debian/*.install
debian/*.debhelper
debian/*.substvars
debian/files
__pycache__
*.pyc
*.old
build
_build
.ropeproject
setup.py
.noseids
chromedriver.log
.vagrant
.ngrok
.eggs
.pytest_cache
.vs
*.db
debian/python-reahl-doc/
debian/python-reahl-sqlalchemysupport/
debian/python-reahl-mailutil/
debian/python-reahl-postgresqlsupport/
debian/python-reahl-mysqlsupport/
debian/python-reahl-sqlitesupport/
debian/python-reahl-webdev/
debian/python-reahl-component/
debian/python-reahl-commands/
debian/python-reahl-dev/
debian/python-reahl-bzrsupport/
debian/python-reahl-stubble/
debian/python-reahl-tofu/
debian/python-reahl-domain/
debian/python-reahl-domainui/
debian/python-reahl-web/
debian/python-reahl-web-declarative/
debian/*.debhelper.log
reahl-component/reahl_component.egg-info/
reahl-commands/reahl_commands.egg-info/
reahl-doc/reahl_doc.egg-info/
reahl-domain/reahl_domain.egg-info/
reahl-domainui/reahl_domainui.egg-info/
reahl-mailutil/reahl_mailutil.egg-info/
reahl-postgresqlsupport/reahl_postgresqlsupport.egg-info/
reahl-mysqlsupport/reahl_mysqlsupport.egg-info/
reahl-sqlalchemysupport/reahl_sqlalchemysupport.egg-info/
reahl-sqlitesupport/reahl_sqlitesupport.egg-info/
reahl-stubble/reahl_stubble.egg-info/
reahl-tofu/reahl_tofu.egg-info/
reahl-web/reahl_web.egg-info/
reahl-web-declarative/reahl_web_declarative.egg-info/
reahl-webdev/reahl_webdev.egg-info/
reahl-workstation/reahl_workstation.egg-info/
*.egg-info/
reahl.egg-info/
reahl-doc/reahl/doc/examples/tutorial/hellonginx/hellonginx.egg-info
.idea
*.iml
.tox
*.mo
*~
*/.eggs
.floo
.flooignore
.cache
.vscode