Skip to content

Commit 3e0a1a1

Browse files
committed
Flatten directory structure. Add python gitignore file
1 parent ea21d97 commit 3e0a1a1

File tree

9 files changed

+21
-0
lines changed

9 files changed

+21
-0
lines changed

Diff for: .gitignore

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
*.mo
2+
*.egg-info
3+
*.egg
4+
*.EGG
5+
*.EGG-INFO
6+
bin
7+
build
8+
develop-eggs
9+
downloads
10+
eggs
11+
fake-eggs
12+
parts
13+
dist
14+
.installed.cfg
15+
.mr.developer.cfg
16+
.hg
17+
.bzr
18+
.svn
19+
*.pyc
20+
*.pyo
21+
*.tmp*

Diff for: handball/__init__.py renamed to __init__.py

File renamed without changes.

Diff for: handball/admin.py renamed to admin.py

File renamed without changes.

Diff for: handball/api.py renamed to api.py

File renamed without changes.

Diff for: handball/forms.py renamed to forms.py

File renamed without changes.

Diff for: handball/models.py renamed to models.py

File renamed without changes.

Diff for: handball/tests.py renamed to tests.py

File renamed without changes.

Diff for: handball/urls.py renamed to urls.py

File renamed without changes.

Diff for: handball/views.py renamed to views.py

File renamed without changes.

0 commit comments

Comments
 (0)