# Rust /target/ Cargo.lock # Python __pycache__/ *.py[cod] *.pyo *.pyd .venv/ venv/ env/ dist/ build/ *.egg-info/ .eggs/ *.whl .pytest_cache/ # IDE .idea/ .vscode/ *.iml # OS .DS_Store Thumbs.db # Env / Secrets .env .env.* !.env.example *.pem *.key