# Python bytecode __pycache__/ *.py[cod] # Distribution / packaging build/ dist/ *.egg-info/ # Virtual environment venv/ env/ .venv/ # Editor and IDE files .vscode/ .idea/ *.swp # OS-specific files .DS_Store Thumbs.db