# Python cache __pycache__/ *.py[cod] *.pyo # PyInstaller build folders build/ dist/ *.spec # Virtual environments venv/ env/ .venv/ # IDE/editor files .vscode/ *.swp *.swo *.bak *.tmp .DS_Store # Logs *.log # OS generated files Thumbs.db desktop.ini