123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- __pycache__/
- *.py[cod]
- *$py.class
- *.so
- .Python
- env/
- build/
- develop-eggs/
- dist/
- downloads/
- eggs/
- .eggs/
- lib/
- lib64/
- parts/
- sdist/
- var/
- *.egg-info/
- .installed.cfg
- *.egg
- *.manifest
- *.spec
- pip-log.txt
- pip-delete-this-directory.txt
- htmlcov/
- .tox/
- .coverage
- .coverage.*
- .cache
- nosetests.xml
- coverage.xml
- *,cover
- *.mo
- *.pot
- *.log
- docs/_build/
- target/
- /game
- /gen
- /config
- /target
- /test
- /test.py
- /output
- /.idea
- /icon
- */__pycache__
- .DS_Store
- __pycache__
- /python
- /android_sdk
- /apks
- .svn
- /outPath
- /venv
- /package_log
|