# secrets .env *.env # python virtual environments .venv/ venv/ env/ # python cache __pycache__/ *.py[cod] *$py.class # build artifacts *.egg-info/ dist/ build/ # OS / editor .DS_Store Thumbs.db .vscode/ .idea/