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