pip3 version
This commit is contained in:
parent
1c788a73c6
commit
8672c5fb56
1301 changed files with 130 additions and 81 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
@ -1,23 +1,23 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
*.ui
|
||||
src/toxcore
|
||||
toxygen/toxcore
|
||||
tests/tests
|
||||
tests/libs
|
||||
tests/.cache
|
||||
tests/__pycache__
|
||||
src/libs
|
||||
toxygen/libs
|
||||
.idea
|
||||
*~
|
||||
*.iml
|
||||
*.so
|
||||
*.log
|
||||
src/build
|
||||
src/dist
|
||||
toxygen/build
|
||||
toxygen/dist
|
||||
*.spec
|
||||
dist/
|
||||
/src/avatars
|
||||
src/__pycache__
|
||||
toxygen/avatars
|
||||
toxygen/__pycache__
|
||||
/*.egg-info
|
||||
/*.egg
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue