# Build and Release Folders bin-debug/ bin-release/ [Oo]bj/ [Bb]in/ # Other files and folders .settings/ __pycache__ # Executables *.swf *.air *.ipa *.apk *.log logs/ # Project files, i.e. `.project`, `.actionScriptProperties` and `.flexProperties` # should NOT be excluded as they contain compiler settings and other important # information for Eclipse / Flash Builder. # 忽略名为__pycache__的目录及其所有内容 .venv .venv/ .venv/* .git/* .idea/* # pyinstaller打包目录 build dist *.spec