# Dependencies node_modules/ vendor/ __pycache__/ *.pyc .venv/ # Environment .env .env.local .env.*.local # IDE .idea/ .vscode/ *.swp *.swo # OS .DS_Store Thumbs.db # Logs *.log logs/ # Build dist/ build/ *.egg-info/ # Secrets (should not be here but...) *.pem *.key credentials.txt secrets.json