8416d46fd4
* 🔥 Fix flake8 checks for host_setuptools3 * 🔥 Fix flake8 checks for kivy recipe * ✨ Fix flake8 for toolchain.py * 💡 Set python3 as the default python * Add .tox and ven to .gitignore * Update toolchain.py Co-Authored-By: Andre Miras <AndreMiras@users.noreply.github.com> Co-authored-by: Andre Miras <AndreMiras@users.noreply.github.com>
23 lines
248 B
Text
23 lines
248 B
Text
*.swo
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
freetype-*
|
|
build/*
|
|
dist/*
|
|
src/SDL/Xcode-iPhoneOS/SDL/build/
|
|
src/SDL/Xcode-iOS/SDL/build/
|
|
tmp/*
|
|
kivy/*
|
|
libtremor/*
|
|
libogg/*
|
|
app-*
|
|
.cache
|
|
src/ios/build/
|
|
src/ios/iosbuild/
|
|
src/ios/ios.c
|
|
*.DS_Store*
|
|
*-ios/
|
|
__pycache__
|
|
.tox
|
|
venv
|