# Exclude build artifacts and caches
.tox/
__pycache__/
*.pyc
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/

# Exclude development files
.vscode/
security-reports/

# Exclude temporary files
*.tmp
*.log
.DS_Store
