This website requires JavaScript.
Explore
Help
Sign In
lafrite
/
Mapytex
Watch
1
Star
0
Fork
You've already forked Mapytex
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
e52fec4057
Mapytex
/
.gitignore
9 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Basic calculus. Parenthesis are not perfect
2013-07-18 14:30:45 +00:00
__pycache__/
Add *.pyc
2013-07-18 17:43:21 +00:00
*.pyc
Add dist in gitignore
2014-02-21 05:02:44 +00:00
dist/
add build/ in gitignore
2015-05-14 12:15:40 +00:00
build/
add *.egg-info/ in .gitignore
2014-08-29 13:58:40 +00:00
*.egg-info/
start using sphinx for documentation
2015-04-23 09:23:08 +00:00
documentation/build/
add cache in gitignore
2016-01-17 16:10:49 +00:00
cache/
Add venv to .gitignore
2018-08-30 05:11:48 +00:00
venv/