This website requires JavaScript.
Explore
Help
Sign In
elf
/
polyloader
Watch
1
Star
0
Fork
You've already forked polyloader
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
1b614cb103
polyloader
/
.gitignore
12 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Sorta an initial check-in. This is broken out from a week-long development cycle for the [Hy](http://docs.hylang.org/en/latest/) programming language, which I can't recommend enough.
2016-05-29 16:42:34 +00:00
*~
*.swp
db.sqlite3
bower_components
*.pyc
\#*#
.#*
Initial check-in of Cookiecutter version.
2016-06-05 00:54:28 +00:00
*.egg-info
build/*
Name change. Pain in the neck.
2016-06-05 01:01:27 +00:00
.cache/*
Unit tests working, with pkgutil not broken, on Python 3.3!!!
2016-06-05 16:15:12 +00:00
.tox/*