# Python-generated files __pycache__/ *.py[oc] build/ dist/ wheels/ *.egg-info/ # Virtual environments .venv/ # Database files *.db *.db-journal # Project-specific notes_development/ .vibe/ # IDE/Editor .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Python .python-version