# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
*.egg
dist/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/

# uv
.python-version

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.windsurf/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# OS
.DS_Store
Thumbs.db

# Logs
*.log
audit.log

# Local config overrides
config.local.toml

# unittest.mock MagicMock leakage when audit_log_path is mocked without spec
MagicMock/
