This website works better with JavaScript.
Home
Help
Sign In
tmeissner
/
flasky
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
Initial commit
master
T. Meissner
6 years ago
commit
abf38e34e1
1 changed files
with
43 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+43
-0
.gitignore
+ 43
- 0
.gitignore
View File
@ -0,0 +1,43 @@
*.py[cod]
# C extensions
*.so
# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
__pycache__
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.tox
nosetests.xml
# Translations
*.mo
# Mr Developer
.mr.developer.cfg
.project
.pydevproject
# SQLite databases
*.sqlite
# Virtual environment
venv
Write
Preview
Loading…
Cancel
Save