Skip to content

Commit 17438e6

Browse files
committed
Final
1 parent d7cff3d commit 17438e6

21 files changed

+39
-0
lines changed

.gitignore

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.so
9+
10+
# Packages #
11+
############
12+
# it's better to unpack these files and commit the raw source
13+
# git has its own built in compression methods
14+
*.7z
15+
*.dmg
16+
*.gz
17+
*.iso
18+
*.jar
19+
*.rar
20+
*.tar
21+
*.zip
22+
23+
# Logs and databases #
24+
######################
25+
*.log
26+
*.sql
27+
*.sqlite
28+
29+
# OS generated files #
30+
######################
31+
.DS_Store
32+
.DS_Store?
33+
._*
34+
.Spotlight-V100
35+
.Trashes
36+
ehthumbs.db
37+
Thumbs.db
38+
39+
forumsvenv
124 Bytes
Binary file not shown.
2.53 KB
Binary file not shown.
1.21 KB
Binary file not shown.
543 Bytes
Binary file not shown.
123 Bytes
Binary file not shown.
246 Bytes
Binary file not shown.

Login/__pycache__/apps.cpython-34.pyc

431 Bytes
Binary file not shown.
432 Bytes
Binary file not shown.

Login/__pycache__/urls.cpython-34.pyc

452 Bytes
Binary file not shown.
1.64 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
125 Bytes
Binary file not shown.
288 Bytes
Binary file not shown.
437 Bytes
Binary file not shown.
956 Bytes
Binary file not shown.
572 Bytes
Binary file not shown.
1.67 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)