# Environment .env *.env # Python __pycache__/ *.py[cod] *.pyo .venv/ venv/ *.egg-info/ dist/ build/ # IDE .vscode/ .idea/ *.swp # OS .DS_Store