# Python __pycache__/ *.py[cod] *.so .Python .pytest_cache/ .mypy_cache/ # Virtual environments venv/ .venv/ env/ # Local environment and secrets .env .env.* !.env.example # Local database and runtime files *.db *.sqlite *.sqlite3 # IDE/editor .vscode/ .idea/ # OS .DS_Store Thumbs.db # Build/distribution build/ dist/ *.egg-info/