# macOS .DS_Store ._* # Windows Thumbs.db Desktop.ini # Linux *~ .Trash-* # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ dist/ *.egg-info/ .eggs/ .pytest_cache/ .mypy_cache/ .ruff_cache/ # Virtual environments .venv/ venv/ env/ ENV/ # IDE / editor .vscode/ .idea/ *.swp *.swo *.iml # Jupyter .ipynb_checkpoints/ # Environment / secrets .env .env.local .env.*.local *.pem *.key # Logs *.log