mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 05:01:57 -04:00
54 lines
607 B
Plaintext
54 lines
607 B
Plaintext
*.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
|
|
|
|
.idea
|
|
punyverse/*.obj
|
|
*.html
|
|
*.exp
|
|
*.lib
|
|
punyverse/assets/textures/*_medium.*
|
|
punyverse/assets/textures/*_small.*
|
|
punyverse/assets/textures/*/*_medium.*
|
|
punyverse/assets/textures/*/*_small.*
|
|
temp
|
|
|
|
# There is a py2exe package that can execute punyverse directly
|
|
library.zip
|
|
*.exe
|
|
*.log
|
|
*.dll
|